mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-13 03:59:49 +00:00
11 lines
226 B
YAML
11 lines
226 B
YAML
alias: "Kat Leaves Home"
|
|
trigger:
|
|
platform: zone
|
|
event: leave
|
|
zone: zone.home
|
|
entity_id: device_tracker.katherinesiphone
|
|
action:
|
|
- service: notify.ios_jeffreystonesiphone
|
|
data:
|
|
message: "Kat has left home"
|