mirror of
https://github.com/CCOSTAN/Home-AssistantConfig.git
synced 2025-08-17 19:06:53 +00:00
Minor update #307
This commit is contained in:
@@ -43,7 +43,7 @@ automation:
|
|||||||
|
|
||||||
action:
|
action:
|
||||||
- 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
|
||||||
{% else %}
|
{% else %}
|
||||||
light.turn_off
|
light.turn_off
|
||||||
@@ -67,5 +67,3 @@ automation:
|
|||||||
- light.justin_go
|
- light.justin_go
|
||||||
data:
|
data:
|
||||||
flash: long
|
flash: long
|
||||||
|
|
||||||
- service: script.flash_notify
|
|
||||||
|
Reference in New Issue
Block a user