From 4a7f4b6b56784106ce7fb7ac7c8624f133443c1e Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Mon, 20 Jan 2025 19:02:49 -0800 Subject: [PATCH] Documentation: note ASD doesnt support multiwidget --- docs/configs/services.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/configs/services.md b/docs/configs/services.md index b0887bcc1..3a49cb626 100644 --- a/docs/configs/services.md +++ b/docs/configs/services.md @@ -97,6 +97,10 @@ Each service can have multiple widgets attached to it, for example: slug: statuspageslug ``` +!!! note + + Multiple widgets per service are not yet supported with automatic service discovery. + #### Field Visibility Each widget can optionally provide a list of which fields should be visible via the `fields` widget property. If no fields are specified, then all fields will be displayed. The `fields` property must be a valid YAML array of strings. As an example, here is the entry for Sonarr showing only a couple of fields.