Bump pydantic constraint (#116401)
Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
parent
9995207817
commit
c7a84b1c7b
7 changed files with 10 additions and 12 deletions
|
@ -226,7 +226,7 @@ class ProtectData:
|
|||
self._async_update_device(obj, message.changed_data)
|
||||
|
||||
# trigger updates for camera that the event references
|
||||
elif isinstance(obj, Event): # type: ignore[unreachable]
|
||||
elif isinstance(obj, Event):
|
||||
if _LOGGER.isEnabledFor(logging.DEBUG):
|
||||
log_event(obj)
|
||||
if obj.type is EventType.DEVICE_ADOPTED:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue