Bumps pyunifiprotect to 3.6.0 (#72188)

This commit is contained in:
Christopher Bailey 2022-05-19 21:34:58 -04:00 committed by GitHub
parent 9a3ecacf6b
commit 5c2c602686
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 46 additions and 31 deletions

View file

@ -12,9 +12,10 @@ from pyunifiprotect.data import (
Event,
Liveview,
ModelType,
ProtectAdoptableDeviceModel,
ProtectDeviceModel,
WSSubscriptionMessage,
)
from pyunifiprotect.data.base import ProtectAdoptableDeviceModel, ProtectDeviceModel
from homeassistant.config_entries import ConfigEntry
from homeassistant.core import CALLBACK_TYPE, HomeAssistant, callback