mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-06-27 03:28:10 +00:00
11 lines
227 B
YAML
Executable File
11 lines
227 B
YAML
Executable File
alias: "Kat Leaves Home"
|
|
trigger:
|
|
platform: zone
|
|
event: leave
|
|
zone: zone.home
|
|
entity_id: device_tracker.katherinestonesiphone
|
|
action:
|
|
- service: notify.ios_jeffreystonesiphone
|
|
data:
|
|
message: "Kat left home"
|