Skip to content

Commit b555afc

Browse files
committed
Revert Improve energy_log_update() output logic
1 parent 8c7d65e commit b555afc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugwise_usb/nodes/circle.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -585,9 +585,8 @@ async def energy_log_update(self, address: int | None) -> bool:
585585
"Saving energy record update to cache for %s", self._mac_in_str
586586
)
587587
await self.save_cache()
588-
return True
589588

590-
return False
589+
return True
591590

592591
async def _energy_log_records_load_from_cache(self) -> bool:
593592
"""Load energy_log_record from cache."""

0 commit comments

Comments
 (0)