Switch unifiprotect lib to use uiprotect (#119243)

This commit is contained in:
J. Nick Koston 2024-06-09 18:25:39 -05:00 committed by GitHub
parent b70a33a718
commit d657feafa6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
49 changed files with 94 additions and 107 deletions

View file

@ -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,