11 lines
210 B
YAML
11 lines
210 B
YAML
|
alias: "Kat Arrives Home"
|
||
|
trigger:
|
||
|
platform: zone
|
||
|
event: enter
|
||
|
zone: zone.home
|
||
|
entity_id: device_tracker.katheriesiphone_2
|
||
|
action:
|
||
|
- service: notify.notify
|
||
|
data:
|
||
|
message: "Kat arrived home"
|