mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 19:06:53 +00:00
A little flash notification #307
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user