Use correct bool syntax

Co-authored-by: Blake Blackshear <blakeb@blakeshome.com>
This commit is contained in:
Nicolas Mowen 2023-06-11 06:52:05 -06:00 committed by Nick Mowen
parent 5a5a33ff55
commit c845a467a6

View File

@ -569,9 +569,9 @@ telemetry:
# Optional: Configure system stats # Optional: Configure system stats
stats: stats:
# Enable AMD GPU stats (default: shown below) # Enable AMD GPU stats (default: shown below)
amd_gpu_stats: true amd_gpu_stats: True
# Enable Intel GPU stats (default: shown below) # Enable Intel GPU stats (default: shown below)
intel_gpu_stats: true intel_gpu_stats: True
# Enable network bandwidth stats monitoring for camera ffmpeg processes, go2rtc, and object detectors. (default: shown below) # Enable network bandwidth stats monitoring for camera ffmpeg processes, go2rtc, and object detectors. (default: shown below)
network_bandwidth: False network_bandwidth: False
# Optional: Enable the latest version outbound check (default: shown below) # Optional: Enable the latest version outbound check (default: shown below)