diff --git a/homeassistant/components/vicare/climate.py b/homeassistant/components/vicare/climate.py index 9fba83c5700..603d82cbf7f 100644 --- a/homeassistant/components/vicare/climate.py +++ b/homeassistant/components/vicare/climate.py @@ -59,7 +59,7 @@ VICARE_HOLD_MODE_HOME = "home" VICARE_HOLD_MODE_OFF = "off" VICARE_TEMP_HEATING_MIN = 3 -VICARE_TEMP_HEATING_MAX = 37 +VICARE_TEMP_HEATING_MAX = 60 VICARE_TO_HA_HVAC_HEATING: dict[str, HVACMode] = { VICARE_MODE_FORCEDREDUCED: HVACMode.OFF, diff --git a/tests/components/vicare/snapshots/test_climate.ambr b/tests/components/vicare/snapshots/test_climate.ambr index 4ae868ab4b4..e2d8dab873e 100644 --- a/tests/components/vicare/snapshots/test_climate.ambr +++ b/tests/components/vicare/snapshots/test_climate.ambr @@ -7,7 +7,7 @@ 'capabilities': dict({ 'hvac_modes': list([ ]), - 'max_temp': 37, + 'max_temp': 60, 'min_temp': 3, 'preset_modes': list([ 'comfort', @@ -54,7 +54,7 @@ 'hvac_action': , 'hvac_modes': list([ ]), - 'max_temp': 37, + 'max_temp': 60, 'min_temp': 3, 'preset_mode': None, 'preset_modes': list([ @@ -92,7 +92,7 @@ 'capabilities': dict({ 'hvac_modes': list([ ]), - 'max_temp': 37, + 'max_temp': 60, 'min_temp': 3, 'preset_modes': list([ 'comfort', @@ -139,7 +139,7 @@ 'hvac_action': , 'hvac_modes': list([ ]), - 'max_temp': 37, + 'max_temp': 60, 'min_temp': 3, 'preset_mode': None, 'preset_modes': list([