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
|
@ -8,7 +8,7 @@ from enum import Enum
|
|||
import logging
|
||||
from typing import TYPE_CHECKING, Any, Generic, TypeVar
|
||||
|
||||
from pyunifiprotect.data import NVR, Event, ProtectAdoptableDeviceModel
|
||||
from uiprotect.data import NVR, Event, ProtectAdoptableDeviceModel
|
||||
|
||||
from homeassistant.helpers.entity import EntityDescription
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue