mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-09-14 07:45:48 +00:00
Updated automations
This commit is contained in:
14
automations/jeff_driving.yaml
Normal file
14
automations/jeff_driving.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
alias: 'Jeff Is Driving'
|
||||
trigger:
|
||||
platform: numeric_state
|
||||
entity_id: sensor.jeff_velocity
|
||||
above: 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: driving
|
Reference in New Issue
Block a user