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" }