mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-06-15 03:18:33 +00:00
12 lines
265 B
YAML
12 lines
265 B
YAML
|
alias: "Jeff Arrives At Summit"
|
||
|
trigger:
|
||
|
platform: zone
|
||
|
event: enter
|
||
|
zone: zone.summit
|
||
|
entity_id: device_tracker.jeffreystonesiphone
|
||
|
action:
|
||
|
- service: notify.notify
|
||
|
data:
|
||
|
message: "Jeff arrived at Summit"
|
||
|
- service: script.jeff_is_stationary
|