Skip to content

Commit deb5da2

Browse files
committed
Correct wrong counts
1 parent 150ad12 commit deb5da2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plugwise/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def _get_group_switches(self) -> dict[str, GwEntityData]:
205205
"members": members,
206206
"vendor": "Plugwise",
207207
}
208-
self._count += 4
208+
self._count += 5
209209

210210
return switch_groups
211211

plugwise/helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -721,7 +721,7 @@ def _scan_thermostats(self) -> None:
721721
},
722722
"vendor": "Plugwise",
723723
}
724-
self._count += 3
724+
self._count += 5
725725

726726
def _match_locations(self) -> dict[str, ThermoLoc]:
727727
"""Helper-function for _scan_thermostats().

0 commit comments

Comments
 (0)