2022-04-19 22:49:00 +00:00
|
|
|
- id: presence-arrive
|
|
|
|
alias: '[Presence] Arrive Home'
|
|
|
|
trigger:
|
|
|
|
- platform: state
|
|
|
|
entity_id: person.przemek
|
|
|
|
to: home
|
|
|
|
action:
|
2022-10-19 20:25:52 +00:00
|
|
|
- service: notify.mobile_app_iphone
|
2022-04-19 22:49:00 +00:00
|
|
|
data:
|
|
|
|
message: Arrive home
|
|
|
|
data:
|
|
|
|
actions:
|
|
|
|
- action: ARRIVE_HOME
|
|
|
|
title: Run automation
|
|
|
|
- action: UNLOCK_DOOR
|
|
|
|
title: Unlock door
|
|
|
|
|
|
|
|
- id: presence-leave
|
|
|
|
alias: '[Presence] Leave Home'
|
|
|
|
trigger:
|
|
|
|
- platform: state
|
|
|
|
entity_id: person.przemek
|
|
|
|
from: home
|
|
|
|
action:
|
2022-10-19 20:25:52 +00:00
|
|
|
- service: notify.mobile_app_iphone
|
2022-04-19 22:49:00 +00:00
|
|
|
data:
|
|
|
|
message: You left home
|
|
|
|
data:
|
|
|
|
actions:
|
|
|
|
- action: LEAVE_HOME
|
|
|
|
title: Run automation
|
|
|
|
- action: LOCK_DOOR
|
|
|
|
title: Lock door
|