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

Fix: senso hotwater #237

Merged
merged 2 commits into from
Oct 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
Loading