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 a35de37 commit 2be6a15Copy full SHA for 2be6a15
plugwise_usb/nodes/circle.py
@@ -414,10 +414,6 @@ 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