mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-06-14 03:01:11 +00:00
11 lines
245 B
YAML
Executable File
11 lines
245 B
YAML
Executable File
alias: "Jeff Arrives At Summit"
|
|
trigger:
|
|
platform: zone
|
|
event: enter
|
|
zone: zone.summit
|
|
entity_id: device_tracker.jeffreystonesiphone
|
|
action:
|
|
- service: notify.ios_katherinestonesiphone
|
|
data:
|
|
message: "Jeff arrived at Summit"
|