2018-01-01 19:00:45 -05:00
|
|
|
######################################################################
|
|
|
|
## Flash all the lights!
|
|
|
|
######################################################################
|
|
|
|
- alias: 'Flash all_lights'
|
2020-07-20 19:33:03 +01:00
|
|
|
id: 704f77f4-dcb1-4c49-83c5-b499d9b8f678
|
2018-01-01 19:00:45 -05:00
|
|
|
trigger:
|
|
|
|
- platform: state
|
|
|
|
entity_id: input_boolean.flash
|
|
|
|
to: 'on'
|
|
|
|
from: 'off'
|
|
|
|
|
|
|
|
action:
|
|
|
|
- service: light.turn_on
|
2019-06-08 13:33:38 -04:00
|
|
|
entity_id: all
|
2018-01-01 19:00:45 -05:00
|
|
|
data:
|
|
|
|
flash: long
|
|
|
|
|
2018-05-13 19:26:00 -04:00
|
|
|
- service: light.turn_on
|
|
|
|
entity_id:
|
|
|
|
- light.bedroom
|
|
|
|
- light.justin_go
|
|
|
|
- light.paige_go
|
|
|
|
- light.sink
|
|
|
|
- light.tv_light
|
|
|
|
- light.couch_1
|
|
|
|
- light.upstairs_lamp
|
|
|
|
- light.office_lamp
|
2025-01-21 05:16:08 +00:00
|
|
|
- light.main_slider
|
2018-05-13 19:26:00 -04:00
|
|
|
- light.garage_attic
|
2025-02-07 17:03:37 +00:00
|
|
|
- light.bedroom_lights
|
|
|
|
- light.den_2
|
|
|
|
- light.den1
|
|
|
|
- light.dinette_lights
|
|
|
|
- light.dining_room_lights
|
|
|
|
- light.foyer
|
|
|
|
- light.garage_lights
|
|
|
|
- light.hallway_lights
|
|
|
|
- light.kitchen_lights
|
|
|
|
- light.living_room_accents
|
|
|
|
- light.living_room_lights
|
|
|
|
- light.office_lights
|
|
|
|
- light.upstairs_lights
|
|
|
|
- light.garage_hallway
|
2024-10-18 22:08:06 +00:00
|
|
|
# - light.den_lamp
|
2018-05-13 19:26:00 -04:00
|
|
|
data:
|
|
|
|
flash: long
|
|
|
|
|
|
|
|
- service: input_boolean.turn_off
|
|
|
|
entity_id: input_boolean.flash
|