From f986bb12e49db62bba7856499f129bde696744fb Mon Sep 17 00:00:00 2001 From: spacemanspiff2007 <10754716+spacemanspiff2007@users.noreply.github.com> Date: Sat, 10 Jan 2026 09:32:39 +0100 Subject: [PATCH] Clarify 'config' field in YAML documentation (#2639) Updated the 'config' field description to clarify that it can accept an array of values. Signed-off-by: spacemanspiff2007 <10754716+spacemanspiff2007@users.noreply.github.com> --- configuration/yaml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration/yaml.md b/configuration/yaml.md index bec9472ba..f405cdd58 100644 --- a/configuration/yaml.md +++ b/configuration/yaml.md @@ -133,7 +133,7 @@ Channels Section: | `itemDimension` | This may be used to further define a `Number` `itemType`. | | `label` | Channel label. | | `description` | Channel description. | -| `config` | A key-value map of the channel's configuration. Refer to the Binding's documentation for details. | +| `config` | A key-value or a key-array-of-values map of the channel's configuration. Refer to the Binding's documentation for details. | Example: