diff --git a/frigate/models.py b/frigate/models.py index 99d2bf0b7..0ef4650b3 100644 --- a/frigate/models.py +++ b/frigate/models.py @@ -136,7 +136,7 @@ class User(Model): # type: ignore[misc] notification_tokens = JSONField() -class Trigger(Model): +class Trigger(Model): # type: ignore[misc] camera = CharField(max_length=20) name = CharField() type = CharField(max_length=10)