mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-13 12:08:20 +00:00
11 lines
227 B
YAML
11 lines
227 B
YAML
alias: "Kat Arrives Work"
|
|
trigger:
|
|
platform: zone
|
|
event: enter
|
|
zone: zone.zoo_atlanta
|
|
entity_id: device_tracker.katheriesiphone_2
|
|
action:
|
|
- service: notify.notify
|
|
data:
|
|
message: "Kat arrived at Zoo Atlanta"
|