15 lines
326 B
YAML
15 lines
326 B
YAML
alias: "Jeff Arrives Home"
|
|
trigger:
|
|
platform: zone
|
|
event: enter
|
|
zone: zone.home
|
|
entity_id: device_tracker.jeffreysiphone
|
|
action:
|
|
- service: notify.notify
|
|
data:
|
|
message: "Jeff arrived home"
|
|
- service: input_select.select_option
|
|
data:
|
|
entity_id: input_select.jeff_status
|
|
option: stationary
|