mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 20:56:44 +00:00
Updated automations
This commit is contained in:
15
automations/jeff_walking.yaml
Normal file
15
automations/jeff_walking.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
alias: 'Jeff Is Walking'
|
||||
trigger:
|
||||
platform: numeric_state
|
||||
entity_id: sensor.jeff_velocity
|
||||
above: 2
|
||||
below: 8
|
||||
condition:
|
||||
condition: state
|
||||
entity_id: device_tracker.owntracks_jeffreysphone
|
||||
state: "not_home"
|
||||
action:
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
entity_id: input_select.jeff_status
|
||||
option: walking
|
Reference in New Issue
Block a user