Skip to content

Commit 3d1774f

Browse files
committed
Debug
1 parent 5988417 commit 3d1774f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugwise/data.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
from plugwise.constants import (
1111
ADAM,
1212
ANNA,
13+
LOGGER,
1314
MAX_SETPOINT,
1415
MIN_SETPOINT,
1516
NONE,
@@ -79,6 +80,7 @@ def _update_gw_entities(self) -> None:
7980
self._update_for_cooling(entity)
8081

8182
remove_empty_platform_dicts(entity)
83+
LOGGER.debug("HOI count: %s", self._count)
8284

8385
def _detect_low_batteries(self) -> list[str]:
8486
"""Helper-function updating the low-battery binary_sensor status from a Battery-is-low message."""

0 commit comments

Comments
 (0)