mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-06-13 10:40:48 +00:00
11 lines
235 B
YAML
Executable File
11 lines
235 B
YAML
Executable File
alias: "Jeff Leaves Summit"
|
|
trigger:
|
|
platform: zone
|
|
event: leave
|
|
zone: zone.summit
|
|
entity_id: device_tracker.jeffreystonesiphone
|
|
action:
|
|
- service: notify.ios_katherinestonesiphone
|
|
data:
|
|
message: "Jeff left summit"
|