diff --git a/nspanel_esphome_addon_climate_cool.yaml b/nspanel_esphome_addon_climate_cool.yaml index a0c5471..476a4e5 100644 --- a/nspanel_esphome_addon_climate_cool.yaml +++ b/nspanel_esphome_addon_climate_cool.yaml @@ -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: diff --git a/nspanel_esphome_addon_climate_dual.yaml b/nspanel_esphome_addon_climate_dual.yaml index 3aab707..01750ba 100644 --- a/nspanel_esphome_addon_climate_dual.yaml +++ b/nspanel_esphome_addon_climate_dual.yaml @@ -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: