Update ha-smart-thermostat-control.yaml
This commit is contained in:
parent
cd480a5573
commit
284e428e0c
1 changed files with 2 additions and 1 deletions
|
|
@ -218,6 +218,7 @@ variables:
|
||||||
if trigger.from_state is defined and trigger.from_state.attributes is defined
|
if trigger.from_state is defined and trigger.from_state.attributes is defined
|
||||||
else 0 }}
|
else 0 }}
|
||||||
override_helper: !input manual_override_helper
|
override_helper: !input manual_override_helper
|
||||||
|
override_duration_id: !input override_duration
|
||||||
day_temp_input: !input day_temp
|
day_temp_input: !input day_temp
|
||||||
night_temp_input: !input night_temp
|
night_temp_input: !input night_temp
|
||||||
away_temp_input: !input away_temp
|
away_temp_input: !input away_temp
|
||||||
|
|
@ -268,7 +269,7 @@ action:
|
||||||
target:
|
target:
|
||||||
entity_id: !input override_timer
|
entity_id: !input override_timer
|
||||||
data:
|
data:
|
||||||
duration: "{{ (input_override_duration * 60) | int }}"
|
duration: "{{ (override_duration_id * 60) | int }}"
|
||||||
|
|
||||||
# Priority 0b: Timer Finished - Disable override and resume schedule
|
# Priority 0b: Timer Finished - Disable override and resume schedule
|
||||||
- conditions:
|
- conditions:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue