Adding a new condition to kill bedtime annc if skylar is already in bed
This commit is contained in:
parent
2886c21556
commit
263282df4e
|
@ -528,7 +528,10 @@
|
||||||
- platform: time
|
- platform: time
|
||||||
at: input_datetime.skylar_bedtime_holiday
|
at: input_datetime.skylar_bedtime_holiday
|
||||||
id: no_school
|
id: no_school
|
||||||
condition: []
|
condition:
|
||||||
|
- condition: state
|
||||||
|
entity_id: input_boolean.skylar_awake
|
||||||
|
state: 'on'
|
||||||
action:
|
action:
|
||||||
- choose:
|
- choose:
|
||||||
- conditions:
|
- conditions:
|
||||||
|
@ -803,4 +806,8 @@
|
||||||
- service: humidifier.turn_off
|
- service: humidifier.turn_off
|
||||||
target:
|
target:
|
||||||
entity_id: humidifier.diffuser_skylars_bedroom
|
entity_id: humidifier.diffuser_skylars_bedroom
|
||||||
|
- service: switch.turn_off
|
||||||
|
entity_id: switch.skylars_microphone
|
||||||
|
- service: scene.turn_on
|
||||||
|
entity_id: scene.skylars_night_light
|
||||||
mode: single
|
mode: single
|
||||||
|
|
Loading…
Reference in New Issue