Skip to content

Commit f1d0439

Browse files
committed
Try 2
1 parent 3d1774f commit f1d0439

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise/data.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def _update_zones(self) -> None:
4747
"""
4848
for location_id, zone in self._zones.items():
4949
data = self._get_location_data(location_id)
50+
LOGGER.debug("HOI zone counts: %s", self._count)
5051
zone.update(data)
5152

5253
def _update_gw_entities(self) -> None:

0 commit comments

Comments
 (0)