Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
Fix: senso hotwater (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasgermain committed Oct 14, 2023
1 parent c226dc6 commit 4424ab7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions custom_components/multimatic/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -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],
}
Expand Down
4 changes: 2 additions & 2 deletions custom_components/multimatic/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 4424ab7

Please sign in to comment.