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 838a777 commit 0f194edCopy full SHA for 0f194ed
plugwise/helper.py
@@ -949,6 +949,7 @@ def _get_appliance_data(self, d_id: str) -> DeviceData:
949
):
950
if data.get("c_heating_state") and not data.get("heating_state"):
951
data["heating_state"] = True
952
+ # For Adam + OnOff cooling heating_state = True means cooling is active
953
if self._cooling_present:
954
self._cooling_active = True
955
0 commit comments