Switch unifiprotect lib to use uiprotect (#119243)
This commit is contained in:
parent
b70a33a718
commit
d657feafa6
49 changed files with 94 additions and 107 deletions
|
@ -4,8 +4,8 @@ from __future__ import annotations
|
|||
|
||||
from unittest.mock import AsyncMock, patch
|
||||
|
||||
from pyunifiprotect import NotAuthorized, NvrError, ProtectApiClient
|
||||
from pyunifiprotect.data import NVR, Bootstrap, CloudAccount, Light
|
||||
from uiprotect import NotAuthorized, NvrError, ProtectApiClient
|
||||
from uiprotect.data import NVR, Bootstrap, CloudAccount, Light
|
||||
|
||||
from homeassistant.components.unifiprotect.const import (
|
||||
AUTH_RETRIES,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue