20 lines
494 B
YAML
Raw Normal View History

######################################################################
2017-02-23 22:16:51 +00:00
## Flash all the lights!
######################################################################
2017-02-23 22:16:51 +00:00
- alias: 'Flash all_lights'
trigger:
- platform: state
entity_id: input_boolean.flash
state: 'on'
from: 'off'
action:
- service: light.turn_on
entity_id:
- group.all_lights
data:
flash: long
- service: input_boolean.turn_off
entity_id: input_boolean.flash