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 - service: input_boolean.turn_off
entity_id: input_boolean.flash 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

View File

@ -272,10 +272,9 @@ automation:
"Build your own Home Alarm System - (https://www.vcloudinfo.com/2017/06/building-my-home-alarm-system-hardware.html)" "Build your own Home Alarm System - (https://www.vcloudinfo.com/2017/06/building-my-home-alarm-system-hardware.html)"
] %} ] %}
{% set hashtags = [ {% set hashtags = [
"#IOT #SmartHome",
"#Throwback" "#Throwback"
] %} ] %}
{{ phrases|random ~ " " ~ hashtags|random }} {{ phrases|random ~ " " ~ hashtags|random ~ " #IOT #SmartHome" }}
data: data:
media: >- media: >-
{% set pictures = [ {% set pictures = [

View File

Before

Width:  |  Height:  |  Size: 93 KiB

After

Width:  |  Height:  |  Size: 93 KiB