bugfix for embedded climate/cool functionality

This commit is contained in:
Andy Thomas
2024-01-11 08:43:35 +01:00
parent e5fcd218e5
commit 35f09a5582
2 changed files with 4 additions and 4 deletions

View File

@@ -19,8 +19,8 @@ climate:
- id: !extend thermostat_embedded
min_cooling_off_time: ${min_off_time}s
min_cooling_run_time: ${min_run_time}s
cool_deadband: ${heat_deadband} ${temp_units}
cool_overrun: ${heat_overrun} ${temp_units}
cool_deadband: ${cool_deadband} ${temp_units}
cool_overrun: ${coll_overrun} ${temp_units}
cool_action:
- switch.turn_on: relay_${cooler_relay}
preset:

View File

@@ -18,8 +18,8 @@ climate:
min_heating_off_time: ${min_off_time}s
min_cooling_run_time: ${min_run_time}s
min_heating_run_time: ${min_run_time}s
cool_deadband: ${heat_deadband} ${temp_units}
cool_overrun: ${heat_overrun} ${temp_units}
cool_deadband: ${cool_deadband} ${temp_units}
cool_overrun: ${cool_overrun} ${temp_units}
heat_deadband: ${heat_deadband} ${temp_units}
heat_overrun: ${heat_overrun} ${temp_units}
cool_action: