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 151566b commit 50f5678Copy full SHA for 50f5678
plugwise_usb/nodes/circle.py
@@ -355,7 +355,7 @@ async def energy_update(self) -> EnergyStatistics | None: # noqa: PLR0911 PLR09
355
)
356
357
if self._energy_counters.log_rollover:
358
- # Try updating node_info
+ # Try updating node_info to collect the updated energy log address
359
if await self.node_info_update() is None:
360
_LOGGER.debug(
361
"async_energy_update | %s | Log rollover | node_info_update failed",
0 commit comments