Skip to content

Commit 50f5678

Browse files
committed
Improve comment
1 parent 151566b commit 50f5678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/circle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ async def energy_update(self) -> EnergyStatistics | None: # noqa: PLR0911 PLR09
355355
)
356356

357357
if self._energy_counters.log_rollover:
358-
# Try updating node_info
358+
# Try updating node_info to collect the updated energy log address
359359
if await self.node_info_update() is None:
360360
_LOGGER.debug(
361361
"async_energy_update | %s | Log rollover | node_info_update failed",

0 commit comments

Comments
 (0)