Update Automation Day Wind Max
This commit is contained in:
@@ -3,7 +3,7 @@ description: ""
|
||||
trigger:
|
||||
- platform: state
|
||||
entity_id:
|
||||
- sensor.gw1100a_v2_2_3_wind_gust
|
||||
- sensor.<WIND SENSOR>
|
||||
id: wind_speed
|
||||
- platform: time
|
||||
at: "00:00:00"
|
||||
@@ -16,12 +16,12 @@ action:
|
||||
id:
|
||||
- wind_speed
|
||||
- condition: numeric_state
|
||||
entity_id: sensor.gw1100a_v2_2_3_wind_gust
|
||||
entity_id: sensor.<WIND SENSOR>
|
||||
above: input_number.day_wind_max
|
||||
sequence:
|
||||
- service: input_number.set_value
|
||||
data:
|
||||
value: "{{states('sensor.gw1100a_v2_2_3_wind_gust')}}"
|
||||
value: "{{states('sensor.<WIND SENSOR>')}}"
|
||||
target:
|
||||
entity_id: input_number.day_wind_max
|
||||
- conditions:
|
||||
|
||||
Reference in New Issue
Block a user