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