From 5a5a33ff55a48c3e491071045de0e5b193e0f629 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Tue, 6 Jun 2023 14:49:58 -0600 Subject: [PATCH] Update docs --- docs/docs/configuration/index.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/docs/configuration/index.md b/docs/docs/configuration/index.md index e2c95eb44..946863ea8 100644 --- a/docs/docs/configuration/index.md +++ b/docs/docs/configuration/index.md @@ -566,8 +566,14 @@ telemetry: - ens - wl - lo - # Optional: Enable network bandwidth stats monitoring for camera ffmpeg processes, go2rtc, and object detectors. (default: shown below) - network_bandwidth: False + # Optional: Configure system stats + stats: + # Enable AMD GPU stats (default: shown below) + amd_gpu_stats: true + # Enable Intel GPU stats (default: shown below) + 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) # NOTE: If you use the HomeAssistant integration, disabling this will prevent it from reporting new versions version_check: True