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 5988417 commit 3d1774fCopy full SHA for 3d1774f
plugwise/data.py
@@ -10,6 +10,7 @@
10
from plugwise.constants import (
11
ADAM,
12
ANNA,
13
+ LOGGER,
14
MAX_SETPOINT,
15
MIN_SETPOINT,
16
NONE,
@@ -79,6 +80,7 @@ def _update_gw_entities(self) -> None:
79
80
self._update_for_cooling(entity)
81
82
remove_empty_platform_dicts(entity)
83
+ LOGGER.debug("HOI count: %s", self._count)
84
85
def _detect_low_batteries(self) -> list[str]:
86
"""Helper-function updating the low-battery binary_sensor status from a Battery-is-low message."""
0 commit comments