Skip to content

Commit 1c7e1f2

Browse files
committed
Fix typo
1 parent a9b1036 commit 1c7e1f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ def _get_appliance_data(self, d_id: str) -> DeviceData:
976976
):
977977
data["heating_state"] = data["c_heating_state"]
978978
# 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
979+
# For Smile Anna, _cooling_active will be corrected in the next if-construc
980980
if self._cooling_present:
981981
self._cooling_active = True
982982

0 commit comments

Comments
 (0)