diff --git a/frigate/config.py b/frigate/config.py index f98da38552..6c854ed108 100644 --- a/frigate/config.py +++ b/frigate/config.py @@ -387,7 +387,6 @@ class ZoneConfig(BaseModel): default=3, title="Number of consecutive frames required for object to be considered present in the zone.", gt=0, - le=10, ) objects: List[str] = Field( default_factory=list,