mirror of
https://github.com/skalavala/mysmarthome.git
synced 2025-04-20 07:44:24 +00:00
minor fix
This commit is contained in:
parent
7eebcce956
commit
86d1f32caf
@ -147,6 +147,8 @@ automation:
|
||||
- binary_sensor.door_window_sensor_158d0004231f7b
|
||||
- binary_sensor.door_window_sensor_158d0004248d5b
|
||||
condition:
|
||||
- condition: template
|
||||
value_template: "{{ trigger.from_state.state != trigger.to_state.state }}"
|
||||
- condition: template
|
||||
value_template: "{{ trigger.from_state.state not in ['unavailable', 'unknown'] }}"
|
||||
- condition: template
|
||||
|
Loading…
x
Reference in New Issue
Block a user