Stop cooling early in laundry drying
This commit is contained in:
parent
2c90b05f4f
commit
4b3bce832c
1 changed files with 7 additions and 1 deletions
|
|
@ -48,6 +48,12 @@ let
|
|||
inherit timeout;
|
||||
continue_on_timeout = true;
|
||||
};
|
||||
haWaitForMinTemperatureOrToggleOff = temperature: timeout: {
|
||||
wait_template =
|
||||
"{{ is_state('${haLaundryDryingToggle}', 'off') or (state_attr('${haAirConditioner}', 'current_temperature') | float(0)) < ${toString temperature} }}";
|
||||
inherit timeout;
|
||||
continue_on_timeout = true;
|
||||
};
|
||||
haHoldHeatIfStillUseful = cutoffTemperature: holdTimeout: {
|
||||
choose = [{
|
||||
conditions = [{
|
||||
|
|
@ -463,7 +469,7 @@ in {
|
|||
'';
|
||||
}];
|
||||
sequence = haCoolPulse ++ [
|
||||
(haWaitForDryingToggleOff "00:15:00")
|
||||
(haWaitForMinTemperatureOrToggleOff 21 "00:15:00")
|
||||
{
|
||||
choose = [{
|
||||
conditions = [{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue