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 750d93c commit df6483bCopy full SHA for df6483b
plugwise_usb/nodes/circle.py
@@ -468,7 +468,7 @@ async def _get_initial_energy_logs(self) -> None:
468
if not result:
469
# Handle case with None-data in all address slots
470
_LOGGER.debug(
471
- "All slots at log address %s are empty or outdated – stopping initial collection",
+ "All slots at log address %s are empty or outdated – stopping initial collection",
472
log_address,
473
)
474
break
0 commit comments