Attempt to prevent false presence triggers
This commit is contained in:
@ -210,7 +210,9 @@
|
|||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: group.adults
|
entity_id: group.adults
|
||||||
from: not_home
|
not_from:
|
||||||
|
- unknown
|
||||||
|
- unavailable
|
||||||
to: home
|
to: home
|
||||||
condition:
|
condition:
|
||||||
- condition: not
|
- condition: not
|
||||||
@ -246,7 +248,9 @@
|
|||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: group.adults
|
entity_id: group.adults
|
||||||
from: home
|
not_from:
|
||||||
|
- unknown
|
||||||
|
- unavailable
|
||||||
to: not_home
|
to: not_home
|
||||||
condition:
|
condition:
|
||||||
- condition: state
|
- condition: state
|
||||||
|
@ -374,6 +374,9 @@ automation:
|
|||||||
id: leave-radius
|
id: leave-radius
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: group.adults
|
entity_id: group.adults
|
||||||
|
not_from:
|
||||||
|
- 'unknown'
|
||||||
|
- 'unavailable'
|
||||||
to: 'home'
|
to: 'home'
|
||||||
id: arrive-home
|
id: arrive-home
|
||||||
condition:
|
condition:
|
||||||
@ -415,7 +418,6 @@ automation:
|
|||||||
trigger:
|
trigger:
|
||||||
- platform: state
|
- platform: state
|
||||||
entity_id: alarm_control_panel.stratton_ave_alarm
|
entity_id: alarm_control_panel.stratton_ave_alarm
|
||||||
from: armed_home
|
|
||||||
to: disarmed
|
to: disarmed
|
||||||
action:
|
action:
|
||||||
- service: input_boolean.turn_off
|
- service: input_boolean.turn_off
|
||||||
|
Reference in New Issue
Block a user