mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 17:13:24 +00:00
11 lines
230 B
YAML
11 lines
230 B
YAML
alias: "Kat Arrives Home"
|
|
trigger:
|
|
platform: zone
|
|
event: enter
|
|
zone: zone.home
|
|
entity_id: device_tracker.katherinesiphone
|
|
action:
|
|
- service: notify.ios_jeffreystonesiphone
|
|
data:
|
|
message: "Kat is arriving home"
|