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 02e9d25 commit 85ce362Copy full SHA for 85ce362
plugwise/data.py
@@ -10,7 +10,6 @@
10
from plugwise.constants import (
11
ADAM,
12
ANNA,
13
- LOGGER,
14
MAX_SETPOINT,
15
MIN_SETPOINT,
16
NONE,
@@ -80,7 +79,6 @@ def _update_gw_entities(self) -> None:
80
79
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