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: