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 e24a92f commit b689b96Copy full SHA for b689b96
plugwise_usb/nodes/circle.py
@@ -461,7 +461,7 @@ async def _get_initial_energy_logs(self) -> None:
461
return
462
463
_LOGGER.debug(
464
- "Start collecting initial energy logs from the last 10 log addresses for node %s.",
+ "Start collecting today's energy logs for node %s.",
465
self._mac_in_str,
466
)
467
total_addresses = int(floor(datetime.now(tz=UTC).hour / 4) + 1)
0 commit comments