Skip to content

Commit 2be6a15

Browse files
committed
Revert "Make sure to call power_update() when there are 2 or more missing_logs"
This reverts commit d3d4c87.
1 parent a35de37 commit 2be6a15

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

plugwise_usb/nodes/circle.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -414,10 +414,6 @@ async def energy_update(self) -> EnergyStatistics | None: # noqa: PLR0911 PLR09
414414
)
415415
return self._energy_counters.energy_statistics
416416

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-
421417
# Create task to request remaining missing logs
422418
if (
423419
self._retrieve_energy_logs_task is None

0 commit comments

Comments
 (0)