mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-02-22 15:49:13 +00:00
15 lines
348 B
YAML
15 lines
348 B
YAML
alias: "Jeff Arrives At CAI"
|
|
trigger:
|
|
platform: zone
|
|
event: enter
|
|
zone: zone.summit
|
|
entity_id: device_tracker.owntracks_jeffreysphone
|
|
action:
|
|
- service: notify.notify
|
|
data:
|
|
message: "Jeff arrived at CAI-Summit"
|
|
- service: input_select.select_option
|
|
data:
|
|
entity_id: input_select.jeff_status
|
|
option: stationary
|