Bump reolink-aio to 0.2.3 (#85871)

This commit is contained in:
starkillerOG 2023-01-15 13:07:15 +01:00 committed by GitHub
parent 314576048d
commit 476de319ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 8 additions and 5 deletions

View file

@ -128,7 +128,7 @@ class ReolinkHost:
async def disconnect(self):
"""Disconnect from the API, so the connection will be released."""
await self._api.unsubscribe_all()
await self._api.unsubscribe()
try:
await self._api.logout()