Bump pydantic constraint (#116401)

Co-authored-by: J. Nick Koston <nick@koston.org>
This commit is contained in:
Christopher Bailey 2024-04-30 14:13:56 -04:00 committed by GitHub
parent 9995207817
commit c7a84b1c7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 10 additions and 12 deletions

View file

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