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 976b685 commit adead15Copy full SHA for adead15
plugwise_usb/nodes/circle.py
@@ -384,6 +384,7 @@ async def energy_update(self) -> EnergyStatistics | None:
384
self._mac_in_str,
385
)
386
return self._energy_counters.energy_statistics
387
+
388
if len(missing_addresses) == 1:
389
if await self.energy_log_update(missing_addresses[0]):
390
await self.power_update()
0 commit comments