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 c71e1a2 commit d7891afCopy full SHA for d7891af
plugwise_usb/nodes/circle.py
@@ -357,7 +357,9 @@ async def energy_update(self) -> EnergyStatistics | None: # noqa: PLR0911 PLR09
357
)
358
359
_LOGGER.debug(
360
- "Rollover status for %s: %s", self._mac_in_str, self._energy_counters.log_rollover
+ "Rollover status for %s: %s",
361
+ self._mac_in_str,
362
+ self._energy_counters.log_rollover,
363
364
if self._energy_counters.log_rollover:
365
# Try updating node_info to collect the updated energy log address
0 commit comments