Skip to content

Commit 405124f

Browse files
committed
Add comment for _count increment
1 parent 8637b54 commit 405124f

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
@@ -850,7 +850,7 @@ def _regulation_control(self, data: GwEntityData) -> None:
850850
data["select_zone_profile"] = reg_control
851851
data["zone_profiles"] = ALLOWED_ZONE_PROFILES
852852
data["thermostat"].pop("regulation_control")
853-
self._count += 1
853+
self._count += 1 # Add 2, remove 1
854854

855855
def _preset(self, loc_id: str) -> str | None:
856856
"""Helper-function for smile.py: device_data_climate().

0 commit comments

Comments
 (0)