Skip to content

Commit eb48815

Browse files
committed
Debug
1 parent 5ca3db9 commit eb48815

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ async def async_update(self) -> PlugwiseData:
529529
"""Perform an incremental update for updating the various device states."""
530530
# Perform a full update at day-change
531531
if (new := dt.datetime.now().strftime("%w")) != self._previous:
532+
LOGGER.debug("HOI new, previous: %s, %s", new, self._previous)
532533
LOGGER.debug(
533534
"Performing daily full-update, reload the Plugwise integration when a single entity becomes unavailable."
534535
)

0 commit comments

Comments
 (0)