mirror of
https://github.com/CeeWeasel/fresh-home.git
synced 2026-08-09 10:30:14 -04:00
22 lines
591 B
YAML
22 lines
591 B
YAML
alias: Blink Garage Lights
|
|
sequence:
|
|
- alias: "Manually flash the garage lights"
|
|
action: light.toggle
|
|
target:
|
|
entity_id: light.garage_overhead
|
|
- delay: "00:00:01"
|
|
- alias: "Manually flash the garage lights"
|
|
action: light.toggle
|
|
target:
|
|
entity_id: light.garage_overhead
|
|
- delay: "00:00:01"
|
|
- alias: "Manually flash the garage lights"
|
|
action: light.toggle
|
|
target:
|
|
entity_id: light.garage_overhead
|
|
- delay: "00:00:01"
|
|
- alias: "Manually flash the garage lights"
|
|
action: light.toggle
|
|
target:
|
|
entity_id: light.garage_overhead
|