From 284e428e0c1f2889207e4580c5bb21512c07762e Mon Sep 17 00:00:00 2001 From: andreas Date: Fri, 5 Dec 2025 12:09:36 +0100 Subject: [PATCH] Update ha-smart-thermostat-control.yaml --- ha-smart-thermostat-control.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ha-smart-thermostat-control.yaml b/ha-smart-thermostat-control.yaml index 165dc0b..ce37cfa 100644 --- a/ha-smart-thermostat-control.yaml +++ b/ha-smart-thermostat-control.yaml @@ -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: