Add a section for just blinking SOME lights for a visual Cue. #356
This commit is contained in:
parent
847fe40f70
commit
528f2a27cc
|
@ -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
|
||||
|
|
|
@ -272,10 +272,9 @@ automation:
|
|||
"Build your own Home Alarm System - (https://www.vcloudinfo.com/2017/06/building-my-home-alarm-system-hardware.html)"
|
||||
] %}
|
||||
{% set hashtags = [
|
||||
"#IOT #SmartHome",
|
||||
"#Throwback"
|
||||
] %}
|
||||
{{ phrases|random ~ " " ~ hashtags|random }}
|
||||
{{ phrases|random ~ " " ~ hashtags|random ~ " #IOT #SmartHome" }}
|
||||
data:
|
||||
media: >-
|
||||
{% set pictures = [
|
||||
|
|
Before Width: | Height: | Size: 93 KiB After Width: | Height: | Size: 93 KiB |
Loading…
Reference in New Issue