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 75eb4a0 commit 396d5bfCopy full SHA for 396d5bf
plugwise/legacy/smile.py
@@ -127,7 +127,7 @@ async def async_update(self) -> PlugwiseData:
127
day_number # pylint: disable=consider-using-assignment-expr
128
!= self._previous_day_number
129
):
130
- LOGGER.debug(
+ LOGGER.info(
131
"Performing daily full-update, reload the Plugwise integration when a single entity becomes unavailable."
132
)
133
self.gw_data: GatewayData = {}
0 commit comments