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 7cc8cfb commit 644b0bdCopy full SHA for 644b0bd
plugwise_usb/nodes/circle.py
@@ -591,7 +591,6 @@ async def _energy_log_records_save_to_cache(self) -> None:
591
cached_logs += f"-{log.timestamp.hour}-{log.timestamp.minute}"
592
cached_logs += f"-{log.timestamp.second}:{log.pulses}"
593
self._set_cache(CACHE_ENERGY_COLLECTION, cached_logs)
594
- await self.save_cache()
595
596
async def _energy_log_record_update_state(
597
self,
0 commit comments