We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e39e2fc commit 3f3b96dCopy full SHA for 3f3b96d
1 file changed
plugwise_usb/nodes/circle.py
@@ -351,7 +351,7 @@ async def energy_update(
351
"Skip creating task to update energy logs for node %s",
352
self._mac_in_str,
353
)
354
- _LOGGER.warning("Unable to return energy statistics for %s yet, still retrieving required data...", self.name)
+ _LOGGER.warning("Unable to return energy statistics for %s, collecting required data...", self.name)
355
return None
356
357
async def get_missing_energy_logs(self) -> None:
0 commit comments