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

@ -1,6 +1,6 @@
"""Test UniFi Protect diagnostics."""
from pyunifiprotect.data import NVR, Light
from uiprotect.data import NVR, Light
from homeassistant.components.unifiprotect.const import CONF_ALLOW_EA
from homeassistant.core import HomeAssistant