Skip to content

Commit 42a0110

Browse files
committed
Count the added zone-data keys
1 parent 513c907 commit 42a0110

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
@@ -843,6 +843,7 @@ def _scan_thermostats(self) -> None:
843843
"name": loc_data["name"],
844844
"thermostats": {"primary": loc_data["primary"], "secondary": loc_data["secondary"]}
845845
}
846+
self._count += 3
846847
}
847848
)
848849
self._count += 3

0 commit comments

Comments
 (0)