mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
11 lines
206 B
YAML
11 lines
206 B
YAML
|
alias: "Kat Leaves Home"
|
||
|
trigger:
|
||
|
platform: zone
|
||
|
event: leave
|
||
|
zone: zone.home
|
||
|
entity_id: device_tracker.katheriesiphone_2
|
||
|
action:
|
||
|
- service: notify.notify
|
||
|
data:
|
||
|
message: "Kat left home"
|