Switch to reolink-aio (#85014)

* switch to reolink-aio

* fix imports
This commit is contained in:
starkillerOG 2023-01-03 02:49:55 +01:00 committed by GitHub
parent 8db086f65b
commit c4a5d12df4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 12 additions and 12 deletions

View file

@ -7,8 +7,8 @@ import logging
from typing import Any
import aiohttp
from reolink_ip.api import Host
from reolink_ip.exceptions import (
from reolink_aio.api import Host
from reolink_aio.exceptions import (
ApiError,
CredentialsInvalidError,
InvalidContentTypeError,