Skip to content

Commit

Permalink
Fix speed limit unlock
Browse files Browse the repository at this point in the history
  • Loading branch information
Bre77 committed Feb 4, 2024
1 parent 891e7c3 commit 894d005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/teslemetry/lock.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,5 +129,5 @@ async def async_unlock(self, **kwargs: Any) -> None:
if code:
self.raise_for_scope()
await self.wake_up_if_asleep()
await self.api.speed_limit_activate(code)
await self.api.speed_limit_deactivate(code)
self.set((self.key, False))

0 comments on commit 894d005

Please sign in to comment.