1
0
Fork 0

Fix alarm clock lights turning off

This commit is contained in:
Przemek Grondek 2021-11-20 01:10:04 +01:00
parent 754e0be700
commit 54693b20be

View file

@ -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