From b1189a33fe7984dfab1c692c45d5b009254ffa30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartosz=20Budzy=C5=84ski?= Date: Sun, 28 Dec 2025 15:05:14 +0100 Subject: [PATCH] =?UTF-8?q?Increase=20ViCare=20heating=20max=20temperature?= =?UTF-8?q?=20to=2060=C2=B0C=20(#159847)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- homeassistant/components/vicare/climate.py | 2 +- tests/components/vicare/snapshots/test_climate.ambr | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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([