From c845a467a646f955e995a6d0429209d823fb4836 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Sun, 11 Jun 2023 06:52:05 -0600 Subject: [PATCH] Use correct bool syntax Co-authored-by: Blake Blackshear --- docs/docs/configuration/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index 946863ea8..f1a26ffe4 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -569,9 +569,9 @@ telemetry: # Optional: Configure system stats stats: # Enable AMD GPU stats (default: shown below) - amd_gpu_stats: true + amd_gpu_stats: True # 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) network_bandwidth: False # Optional: Enable the latest version outbound check (default: shown below)