Add a section for just blinking SOME lights for a visual Cue. #356

This commit is contained in:
ccostan
2018-05-13 19:26:00 -04:00
parent 847fe40f70
commit 528f2a27cc
3 changed files with 30 additions and 2 deletions

View File

@@ -19,3 +19,32 @@
- service: input_boolean.turn_off
entity_id: input_boolean.flash
- alias: 'Flash Timer Lights'
trigger:
- platform: state
entity_id: input_boolean.flash
to: 'on'
from: 'off'
- platform: event
event_type: flash_timer
action:
- 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
- light.m1_slider
- light.garage_attic
- light.den_lamp
data:
flash: long
- service: input_boolean.turn_off
entity_id: input_boolean.flash