A little flash notification #307

pull/310/head
ccostan 8 years ago
parent df4b97bfce
commit bc81e50a6b

@ -47,12 +47,6 @@ automation:
red red
{% endif %} {% endif %}
- service: light.turn_on
entity_id:
- light.justin_go
data:
flash: long
- service_template: > - service_template: >
{% if states.sensor.bear_stone.state|int > 0 %} {% if states.sensor.bear_stone.state|int > 0 %}
light.turn_on light.turn_on
@ -60,3 +54,9 @@ automation:
light.turn_off light.turn_off
{% endif %} {% endif %}
entity_id: light.justin_go entity_id: light.justin_go
- service: light.turn_on
entity_id:
- light.justin_go
data:
flash: short

Loading…
Cancel
Save

Powered by TurnKey Linux.