Skip to content

Commit 7b93345

Browse files
committed
Improve comment
1 parent 5516988 commit 7b93345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/smile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ def update_for_cooling(self, devices: dict[str, DeviceData]) -> None:
7070
if device["dev_class"] not in ZONE_THERMOSTATS:
7171
continue
7272

73+
# For heating + cooling, replace setpoint with setpoint_high/_low
7374
if self._cooling_present:
74-
# Replace setpoint with setpoint_high/_low
7575
thermostat = device["thermostat"]
7676
sensors = device["sensors"]
7777
max_setpoint = MAX_SETPOINT

0 commit comments

Comments
 (0)