diff --git a/frigate/config.py b/frigate/config.py index f2e0b7d59..3f1493ccd 100644 --- a/frigate/config.py +++ b/frigate/config.py @@ -327,7 +327,7 @@ class ZoneConfig(BaseModel): title="Coordinates polygon for the defined zone." ) inertia: int = Field( - default_factory=3, + default=3, title="Number of frames required for object to be considered present in the zone.", gt=0, le=10,