From 4424ab7e260a30582c127551ab9e66a65d13c8aa Mon Sep 17 00:00:00 2001 From: Thomas Germain <12560542+thomasgermain@users.noreply.github.com> Date: Sat, 14 Oct 2023 11:04:29 +0200 Subject: [PATCH] Fix: senso hotwater (#237) --- custom_components/multimatic/climate.py | 1 + custom_components/multimatic/manifest.json | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/custom_components/multimatic/climate.py b/custom_components/multimatic/climate.py index 7c28470..4b88b97 100644 --- a/custom_components/multimatic/climate.py +++ b/custom_components/multimatic/climate.py @@ -625,6 +625,7 @@ class DHWClimate(MultimaticClimate): QuickModes.HOTWATER_BOOST: [HVACMode.HEAT, PRESET_BOOST], QuickModes.PARTY: [HVACMode.OFF, PRESET_HOME], OperatingModes.ON: [HVACMode.HEAT, PRESET_NONE], + OperatingModes.MANUAL: [HVACMode.HEAT, PRESET_NONE], OperatingModes.AUTO: [HVACMode.AUTO, PRESET_COMFORT], OperatingModes.TIME_CONTROLLED: [HVACMode.AUTO, PRESET_COMFORT], } diff --git a/custom_components/multimatic/manifest.json b/custom_components/multimatic/manifest.json index 1d5e7a6..adcae6f 100644 --- a/custom_components/multimatic/manifest.json +++ b/custom_components/multimatic/manifest.json @@ -5,14 +5,14 @@ "documentation": "https://github.com/thomasgermain/vaillant-component", "issue_tracker": "https://github.com/thomasgermain/vaillant-component/issues", "requirements": [ - "pymultimatic==0.7.1" + "pymultimatic==0.7.2" ], "ssdp": [], "zeroconf": [], "homekit": {}, "dependencies": [], "codeowners": ["@thomasgermain"], - "version": "1.16.1", + "version": "1.16.2", "iot_class": "cloud_polling", "integration_type": "hub" }