mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 04:33:09 +00:00
Updated automations
This commit is contained in:
15
automations/jeff_home_enter.yaml
Normal file
15
automations/jeff_home_enter.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
alias: "Jeff Arrives Home"
|
||||
trigger:
|
||||
platform: zone
|
||||
event: enter
|
||||
zone: zone.home
|
||||
entity_id: device_tracker.jeffreysiphone
|
||||
action:
|
||||
- service: notify.notify
|
||||
data:
|
||||
title: 'Anchorage House'
|
||||
message: "Jeff is home!"
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
entity_id: input_select.jeff_status
|
||||
option: stationary
|
Reference in New Issue
Block a user