mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-21 23:33:13 +00:00
12 lines
251 B
YAML
12 lines
251 B
YAML
|
alias: "Jeff Leaves Summit"
|
||
|
trigger:
|
||
|
platform: zone
|
||
|
event: leave
|
||
|
zone: zone.summit
|
||
|
entity_id: device_tracker.jeffreystonesiphone
|
||
|
action:
|
||
|
- service: notify.notify
|
||
|
data:
|
||
|
message: "Jeff left summit"
|
||
|
- service: script.jeff_is_moving
|