We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03f570e commit 5f25d70Copy full SHA for 5f25d70
1 file changed
plugwise_usb/nodes/circle.py
@@ -372,7 +372,9 @@ async def energy_update(self) -> EnergyStatistics | None: # noqa: PLR0911 PLR09
372
)
373
374
_LOGGER.debug(
375
- "Rollover status for %s: %s", self._mac_in_str, self._energy_counters.log_rollover
+ "Rollover status for %s: %s",
376
+ self._mac_in_str,
377
+ self._energy_counters.log_rollover,
378
379
if self._energy_counters.log_rollover:
380
# Try updating node_info to collect the updated energy log address
0 commit comments