Flash the lights when someone logs into minecraft! #307
This commit is contained in:
parent
d02cfe1bab
commit
5929a79000
|
@ -57,3 +57,11 @@ automation:
|
||||||
{% else %}
|
{% else %}
|
||||||
green
|
green
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
- service: light.turn_on
|
||||||
|
entity_id:
|
||||||
|
- light.justin_go
|
||||||
|
data:
|
||||||
|
flash: long
|
||||||
|
|
||||||
|
- service: script.flash_notify
|
||||||
|
|
Loading…
Reference in New Issue