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 bd0195d commit 34481b7Copy full SHA for 34481b7
plugwise_usb/nodes/circle.py
@@ -541,7 +541,6 @@ async def energy_log_update(self, address: int | None) -> bool:
541
# Forward historical energy log information to energy counters
542
# Each response message contains 4 log counters (slots) of the
543
# energy pulses collected during the previous hour of given timestamp
544
- last_energy_timestamp_collected = False
545
for _slot in range(4, 0, -1):
546
log_timestamp, log_pulses = response.log_data[_slot]
547
_LOGGER.debug(
0 commit comments