Update Automation Daily High-Low Temp

This commit is contained in:
2026-08-20 18:13:13 +01:00
parent d8d5731a6a
commit 94dda92b33
+5 -5
View File
@@ -3,7 +3,7 @@ description: ""
trigger:
- platform: state
entity_id:
- sensor.gw1100a_v2_2_3_outdoor_temperature
- sensor.<OUTDOOR TEMP SENSOR>
id: temp
- platform: time
at: "00:00:00"
@@ -16,12 +16,12 @@ action:
id:
- temp
- condition: numeric_state
entity_id: sensor.gw1100a_v2_2_3_outdoor_temperature
entity_id: sensor.<OUTDOOR TEMP SENSOR>
above: input_number.day_temp_max
sequence:
- service: input_number.set_value
data:
value: "{{states('sensor.gw1100a_v2_2_3_outdoor_temperature')}}"
value: "{{states('sensor.<OUTDOOR TEMP SENSOR>')}}"
target:
entity_id: input_number.day_temp_max
- service: input_datetime.set_datetime
@@ -50,12 +50,12 @@ action:
id:
- temp
- condition: numeric_state
entity_id: sensor.gw1100a_v2_2_3_outdoor_temperature
entity_id: sensor.<OUTDOOR TEMP SENSOR>
below: input_number.day_temp_min
sequence:
- service: input_number.set_value
data:
value: "{{states('sensor.gw1100a_v2_2_3_outdoor_temperature')}}"
value: "{{states('sensor.<OUTDOOR TEMP SENSOR>')}}"
target:
entity_id: input_number.day_temp_min
- service: input_datetime.set_datetime