mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
7 lines
247 B
YAML
7 lines
247 B
YAML
alias: Great Room Loop Lights
|
|
sequence:
|
|
# Wait until the light_cycle script has finished running
|
|
- wait_template: "{{ is_state('script.great_room_light_cycle', 'off') }}"
|
|
- action: script.turn_on
|
|
entity_id: script.great_room_light_cycle
|