We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d1774f commit f1d0439Copy full SHA for f1d0439
plugwise/data.py
@@ -47,6 +47,7 @@ def _update_zones(self) -> None:
47
"""
48
for location_id, zone in self._zones.items():
49
data = self._get_location_data(location_id)
50
+ LOGGER.debug("HOI zone counts: %s", self._count)
51
zone.update(data)
52
53
def _update_gw_entities(self) -> None:
0 commit comments