Skip to content

Commit 0ca0806

Browse files
committed
Add comment
1 parent c0ef71d commit 0ca0806

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise/helper.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -976,6 +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
979980
if self._cooling_present:
980981
self._cooling_active = True
981982

0 commit comments

Comments
 (0)