Schlafzimmer szenen, stillen usw
This commit is contained in:
107
automations.yaml
107
automations.yaml
@@ -61,7 +61,9 @@
|
||||
- data:
|
||||
message: Bewegung im Gang
|
||||
title: Alarm
|
||||
service: notify.ios_martins_ipad
|
||||
service: notify.mobile_app_martins_ipad
|
||||
- delay: '30'
|
||||
mode: single
|
||||
- id: '1598594894559'
|
||||
alias: KlingelAufHandy
|
||||
description: ''
|
||||
@@ -81,3 +83,106 @@
|
||||
title: Klingel
|
||||
service: notify.ios_martins_ipad
|
||||
mode: single
|
||||
- id: '1606655282153'
|
||||
alias: _WeihnachtslichterAnUm6
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: time
|
||||
at: 06:00
|
||||
condition: []
|
||||
action:
|
||||
- service: switch.turn_on
|
||||
data: {}
|
||||
entity_id:
|
||||
- switch.tasmota01
|
||||
- switch.tasmota02
|
||||
- switch.tasmota03
|
||||
mode: single
|
||||
- id: '1607412098745'
|
||||
alias: _WeihnachtslichterAusMorgens
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: sun
|
||||
event: sunrise
|
||||
offset: 00:15:00
|
||||
condition: []
|
||||
action:
|
||||
- service: switch.turn_off
|
||||
data: {}
|
||||
entity_id:
|
||||
- switch.tasmota01
|
||||
- switch.tasmota02
|
||||
- switch.tasmota03
|
||||
- switch.mobile_steckdose_schalter_1
|
||||
- switch.mobile_steckdose_schalter_2
|
||||
mode: single
|
||||
- id: '1607412144113'
|
||||
alias: _Weihnachtslichter An Abends
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: sun
|
||||
event: sunset
|
||||
condition: []
|
||||
action:
|
||||
- service: switch.turn_on
|
||||
data: {}
|
||||
entity_id:
|
||||
- switch.tasmota01
|
||||
- switch.tasmota02
|
||||
- switch.tasmota03
|
||||
- switch.mobile_steckdose_schalter_1
|
||||
- switch.mobile_steckdose_schalter_2
|
||||
mode: single
|
||||
- id: '1607412210097'
|
||||
alias: _Weihnachtslichter Aus Abends
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: time
|
||||
at: '22:30'
|
||||
condition: []
|
||||
action:
|
||||
- service: switch.turn_off
|
||||
data: {}
|
||||
entity_id:
|
||||
- switch.tasmota01
|
||||
- switch.tasmota02
|
||||
- switch.tasmota03
|
||||
- switch.mobile_steckdose_schalter_1
|
||||
- switch.mobile_steckdose_schalter_2
|
||||
mode: single
|
||||
- id: '1612028092169'
|
||||
alias: 0_BewegungsmelderSchlafzimmerNacht
|
||||
description: ''
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id: binary_sensor.arbeitszimmer_bewegungsmelder_bewegung
|
||||
from: 'off'
|
||||
to: 'on'
|
||||
condition:
|
||||
- condition: state
|
||||
entity_id: light.bett_rebecca
|
||||
state: 'off'
|
||||
- condition: state
|
||||
entity_id: light.bett_martin
|
||||
state: 'off'
|
||||
- condition: state
|
||||
entity_id: light.schlafzimmer_deckenlampe
|
||||
state: 'off'
|
||||
- condition: numeric_state
|
||||
entity_id: cover.schlafzimmer_rollo_gross
|
||||
attribute: current_position
|
||||
below: '20'
|
||||
action:
|
||||
- service: light.turn_on
|
||||
data:
|
||||
xy_color:
|
||||
- 0.502
|
||||
- 0.414
|
||||
brightness: 6
|
||||
entity_id: light.bett_martin, light.bett_rebecca
|
||||
- delay: '1'
|
||||
- service: light.turn_on
|
||||
data:
|
||||
transition: 120
|
||||
entity_id: light.bett_martin, light.bett_rebecca
|
||||
mode: single
|
||||
|
||||
Reference in New Issue
Block a user