Skip to content

Commit c335e2e

Browse files
authored
Merge pull request #299 from plugwise/fix-HA-reload-fail
Fix HA reloading
2 parents 9629ca7 + 271cd58 commit c335e2e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## ONGOING
44

5+
- Fix for [#293](https://github.com/plugwise/plugwise_usb-beta/issues/293) via PR [299](https://github.com/plugwise/python-plugwise-usb/pull/299)
56
- Fix for [#291](https://github.com/plugwise/plugwise_usb-beta/issues/291) via PR [297](https://github.com/plugwise/python-plugwise-usb/pull/297)
67
- PR [295](https://github.com/plugwise/python-plugwise-usb/pull/295): Streamline of loading function, to allow nodes to load even if temporarily offline, especially for SED nodes.
78

plugwise_usb/nodes/circle.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,6 @@ async def unload(self) -> None:
10781078
and not self._retrieve_energy_logs_task.done()
10791079
):
10801080
self._retrieve_energy_logs_task.cancel()
1081-
await self._retrieve_energy_logs_task
10821081

10831082
if self._cache_enabled:
10841083
await self._energy_log_records_save_to_cache()

0 commit comments

Comments
 (0)