Fix alarm clock lights turning off
This commit is contained in:
parent
754e0be700
commit
54693b20be
1 changed files with 8 additions and 0 deletions
|
@ -5,6 +5,10 @@
|
|||
entity_id: calendar.automations_wakeup
|
||||
to: 'on'
|
||||
action:
|
||||
- service: automation.turn_off
|
||||
target:
|
||||
entity_id:
|
||||
- automation.bedroom_motion_off
|
||||
- service: light.turn_on
|
||||
data:
|
||||
kelvin: 2000
|
||||
|
@ -34,4 +38,8 @@
|
|||
media_content_id: 'https://open.spotify.com/playlist/3Qu9kE0ivJIkn76pxTLMFe'
|
||||
media_content_type: music
|
||||
- service: script.good_morning
|
||||
- service: automation.turn_on
|
||||
target:
|
||||
entity_id:
|
||||
- automation.bedroom_motion_off
|
||||
mode: single
|
||||
|
|
Loading…
Reference in a new issue