Skip to content

Commit 945f21e

Browse files
committed
Add debug-message for testing new legacy code
1 parent d617297 commit 945f21e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise/legacy/smile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ async def async_update(self) -> dict[str, GwEntityData]:
103103
104104
Otherwise perform an incremental update: only collect the entities updated data and states.
105105
"""
106+
LOGGER.debug("HOI First update: %s", self._first_update)
106107
day_number = dt.datetime.now().strftime("%w")
107108
if self._first_update or day_number != self._previous_day_number:
108109
LOGGER.info(

0 commit comments

Comments
 (0)