Need to turn off the back landscaping lights. Using the Roku status to turn it off as soon as I decide to go to bed.
This commit is contained in:
parent
c48ceaa936
commit
fb8282830b
|
@ -45,3 +45,9 @@
|
|||
- service: homeassistant.turn_off
|
||||
entity_id: group.outdoor_xmas_lights
|
||||
- service: script.interior_off
|
||||
|
||||
- wait_template: "{{ states.media_player.master_bedroom.state == 'standby' }}"
|
||||
timeout: '00:30:00'
|
||||
|
||||
- service: homeassistant.turn_off
|
||||
entity_id: group.landscaping
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 32 KiB |
Binary file not shown.
Before Width: | Height: | Size: 180 KiB After Width: | Height: | Size: 188 KiB |
Loading…
Reference in New Issue