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, Mock
|
||||
|
||||
from pyunifiprotect.data import Camera as ProtectCamera, CameraChannel, StateType
|
||||
from pyunifiprotect.exceptions import NvrError
|
||||
from uiprotect.data import Camera as ProtectCamera, CameraChannel, StateType
|
||||
from uiprotect.exceptions import NvrError
|
||||
|
||||
from homeassistant.components.camera import (
|
||||
CameraEntityFeature,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue