1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Increase ViCare heating max temperature to 60°C (#159847)

This commit is contained in:
Bartosz Budzyński
2025-12-28 15:05:14 +01:00
committed by GitHub
parent 90cf2c7592
commit b1189a33fe
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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,
@@ -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': <HVACAction.IDLE: 'idle'>,
'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': <HVACAction.IDLE: 'idle'>,
'hvac_modes': list([
]),
'max_temp': 37,
'max_temp': 60,
'min_temp': 3,
'preset_mode': None,
'preset_modes': list([