mirror of
https://github.com/thejeffreystone/home-assistant-configuration.git
synced 2025-08-20 12:46:45 +00:00
Updated automations
This commit is contained in:
10
automations/jeff_stationary.yaml
Normal file
10
automations/jeff_stationary.yaml
Normal file
@@ -0,0 +1,10 @@
|
||||
alias: 'Jeff Is Stationary'
|
||||
trigger:
|
||||
platform: numeric_state
|
||||
entity_id: sensor.jeff_velocity
|
||||
below: 2
|
||||
action:
|
||||
- service: input_select.select_option
|
||||
data:
|
||||
entity_id: input_select.jeff_status
|
||||
option: stationary
|
Reference in New Issue
Block a user