We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ef71d commit 0ca0806Copy full SHA for 0ca0806
plugwise/helper.py
@@ -976,6 +976,7 @@ def _get_appliance_data(self, d_id: str) -> DeviceData:
976
):
977
data["heating_state"] = data["c_heating_state"]
978
# For Adam + OnOff cooling, central_heating_state = True means cooling is active
979
+ # For Smile Anna, _cooling-active will be corrected in the next if-construc
980
if self._cooling_present:
981
self._cooling_active = True
982
0 commit comments