diff --git a/frigate/config.py b/frigate/config.py index 5c495e376..5bfe74ea9 100644 --- a/frigate/config.py +++ b/frigate/config.py @@ -94,7 +94,9 @@ class TelemetryConfig(FrigateBaseModel): default=["eth", "enp", "eno", "ens", "wl", "lo"], title="Enabled network interfaces for bandwidth calculation.", ) - network_bandwidth: bool = Field(default=False, title="Enable network bandwidth for ffmpeg processes.") + network_bandwidth: bool = Field( + default=False, title="Enable network bandwidth for ffmpeg processes." + ) version_check: bool = Field(default=True, title="Enable latest version check.")