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 4950318 commit 1225a1aCopy full SHA for 1225a1a
plugwise_usb/nodes/circle.py
@@ -594,6 +594,7 @@ async def energy_log_update(
594
# Forward historical energy log information to energy counters
595
# Each response message contains 4 log counters (slots) of the
596
# energy pulses collected during the previous hour of given timestamp
597
+ cache_updated = False
598
for _slot in range(4, 0, -1):
599
log_timestamp, log_pulses = response.log_data[_slot]
600
_LOGGER.debug(
0 commit comments