mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-07-21 11:35:30 +00:00
Update presence.yaml
Updating which entity is tracked to avoid false alarms.
This commit is contained in:
parent
5796a3399b
commit
37a801b4cf
@ -255,11 +255,11 @@ automation:
|
|||||||
from: Away
|
from: Away
|
||||||
platform: state
|
platform: state
|
||||||
to: Home
|
to: Home
|
||||||
- entity_id: device_tracker.jeffreystonesiphone
|
- entity_id: person.jeffrey
|
||||||
event: enter
|
event: enter
|
||||||
platform: zone
|
platform: zone
|
||||||
zone: zone.home
|
zone: zone.home
|
||||||
- entity_id: device_tracker.iphone
|
- entity_id: person.katherine
|
||||||
event: enter
|
event: enter
|
||||||
platform: zone
|
platform: zone
|
||||||
zone: zone.home
|
zone: zone.home
|
||||||
@ -274,6 +274,7 @@ automation:
|
|||||||
- service: script.washer_finished_notification_audible
|
- service: script.washer_finished_notification_audible
|
||||||
- service: alarm_control_panel.alarm_arm_home
|
- service: alarm_control_panel.alarm_arm_home
|
||||||
entity_id: alarm_control_panel.ah_base_station
|
entity_id: alarm_control_panel.ah_base_station
|
||||||
|
- service: script.family_is_home
|
||||||
initial_state: true
|
initial_state: true
|
||||||
|
|
||||||
- id: family_has_left
|
- id: family_has_left
|
||||||
|
Loading…
x
Reference in New Issue
Block a user