Update ha-smart-thermostat-control.yaml

This commit is contained in:
Andreas Gammelgaard Damsbo 2025-12-05 12:09:36 +01:00
parent cd480a5573
commit 284e428e0c

View file

@ -218,6 +218,7 @@ variables:
if trigger.from_state is defined and trigger.from_state.attributes is defined
else 0 }}
override_helper: !input manual_override_helper
override_duration_id: !input override_duration
day_temp_input: !input day_temp
night_temp_input: !input night_temp
away_temp_input: !input away_temp
@ -268,7 +269,7 @@ action:
target:
entity_id: !input override_timer
data:
duration: "{{ (input_override_duration * 60) | int }}"
duration: "{{ (override_duration_id * 60) | int }}"
# Priority 0b: Timer Finished - Disable override and resume schedule
- conditions: