mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 18:40:14 -04:00
21 lines
594 B
YAML
21 lines
594 B
YAML
alias: Blink Garage Lights
|
|
sequence:
|
|
- alias: "Manually flash the garage lights"
|
|
service: light.toggle
|
|
target:
|
|
entity_id: light.garage_overhead
|
|
- delay: '00:00:01'
|
|
- alias: "Manually flash the garage lights"
|
|
service: light.toggle
|
|
target:
|
|
entity_id: light.garage_overhead
|
|
- delay: '00:00:01'
|
|
- alias: "Manually flash the garage lights"
|
|
service: light.toggle
|
|
target:
|
|
entity_id: light.garage_overhead
|
|
- delay: '00:00:01'
|
|
- alias: "Manually flash the garage lights"
|
|
service: light.toggle
|
|
target:
|
|
entity_id: light.garage_overhead |