mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-09 00:55:08 +00:00
13 lines
291 B
YAML
13 lines
291 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:
|
|
title: "Jarvis"
|
|
message: "Jeff has arrived at Summit"
|
|
- service: script.jeff_is_stationary
|