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 d617297 commit 945f21eCopy full SHA for 945f21e
plugwise/legacy/smile.py
@@ -103,6 +103,7 @@ 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