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