We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3058843 commit 789fde9Copy full SHA for 789fde9
1 file changed
plugwise/helper.py
@@ -488,7 +488,7 @@ def _get_toggle_state(
488
self._count += 1
489
case "dhw_cm_switch":
490
self._dhw_allowed_modes = ["comfort", "off"]
491
- self.select_dhw_mode = "comfort" if state.text == "on" else "off"
+ data["select_dhw_mode"] = "comfort" if state.text == "on" else "off"
492
493
def _get_plugwise_notifications(self) -> None:
494
"""Collect the Plugwise notifications."""
0 commit comments