Skip to content

Commit

Permalink
faulty code. 2.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
magnuselden authored and magnuselden committed Nov 9, 2023
1 parent 7518ad9 commit 1896b66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion custom_components/peaqhvac/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"requirements": [
"peaqevcore==19.5.11"
],
"version": "2.1.2"
"version": "2.1.3"
}

Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ async def async_perform_periodic_updates(self) -> None:
if self.timer_timeout(operation):
if await self.async_update_system(operation=operation, set_val=v):
self.periodic_update_timers[operation] = time.time()
removelist.add(operation)
removelist.append(operation)
for r in removelist:
self.update_list.pop(r)

Expand Down

0 comments on commit 1896b66

Please sign in to comment.