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 d0863cb commit 0f9315eCopy full SHA for 0f9315e
plugwise/legacy/smile.py
@@ -103,7 +103,6 @@ async def async_update(self) -> dict[str, GwEntityData]:
103
104
Otherwise perform an incremental update: only collect the entities updated data and states.
105
"""
106
- LOGGER.debug("HOI First update: %s", self._first_update)
107
day_number = dt.datetime.now().strftime("%w")
108
if self._first_update or day_number != self._previous_day_number:
109
LOGGER.info(
0 commit comments