Forgot about what happens when you reload template entities... #108
This commit is contained in:
@ -211,6 +211,7 @@
|
|||||||
- platform: state
|
- platform: state
|
||||||
entity_id:
|
entity_id:
|
||||||
- binary_sensor.parents_home
|
- binary_sensor.parents_home
|
||||||
|
not_from: unavailable
|
||||||
to: 'on'
|
to: 'on'
|
||||||
condition:
|
condition:
|
||||||
- condition: not
|
- condition: not
|
||||||
@ -238,6 +239,7 @@
|
|||||||
- platform: state
|
- platform: state
|
||||||
entity_id:
|
entity_id:
|
||||||
- binary_sensor.parents_home
|
- binary_sensor.parents_home
|
||||||
|
not_from: unavailable
|
||||||
to: 'off'
|
to: 'off'
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
- condition: state
|
||||||
|
@ -641,6 +641,7 @@ automation:
|
|||||||
id: leave-radius
|
id: leave-radius
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: binary_sensor.parents_home
|
entity_id: binary_sensor.parents_home
|
||||||
|
not_from: unavailable
|
||||||
to: 'on'
|
to: 'on'
|
||||||
id: arrive-home
|
id: arrive-home
|
||||||
condition:
|
condition:
|
||||||
|
Reference in New Issue
Block a user