We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd5d762 commit 5ed3b01Copy full SHA for 5ed3b01
1 file changed
plugwise/data.py
@@ -78,7 +78,7 @@ def _update_gw_entities(self) -> None:
78
79
remove_empty_platform_dicts(entity)
80
81
- # Replace select_dhw_mode with water_heater_mode when applicable
+ # Replace select_dhw_mode with dhw_mode when applicable
82
if "max_dhw_temperature" in entity:
83
mode = entity.get("select_dhw_mode")
84
if mode is not None:
0 commit comments