Skip to content

Commit 34481b7

Browse files
committed
Clean up
1 parent bd0195d commit 34481b7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

plugwise_usb/nodes/circle.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,6 @@ async def energy_log_update(self, address: int | None) -> bool:
541541
# Forward historical energy log information to energy counters
542542
# Each response message contains 4 log counters (slots) of the
543543
# energy pulses collected during the previous hour of given timestamp
544-
last_energy_timestamp_collected = False
545544
for _slot in range(4, 0, -1):
546545
log_timestamp, log_pulses = response.log_data[_slot]
547546
_LOGGER.debug(

0 commit comments

Comments
 (0)