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 c7fb2b0 commit d3d4c87Copy full SHA for d3d4c87
plugwise_usb/nodes/circle.py
@@ -414,6 +414,10 @@ async def energy_update(self) -> EnergyStatistics | None: # noqa: PLR0911 PLR09
414
)
415
return self._energy_counters.energy_statistics
416
417
+ # Perform a power_update() when there are more missing logs
418
+ # Required because calling power_update() in get_state() has been removed
419
+ await self.power_update()
420
+
421
# Create task to request remaining missing logs
422
if (
423
self._retrieve_energy_logs_task is None
0 commit comments