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 a9b1036 commit 1c7e1f2Copy full SHA for 1c7e1f2
plugwise/helper.py
@@ -976,7 +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
+ # 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