From 6ab609cd46e7bb054e50fbde6a54e4c38724cacf Mon Sep 17 00:00:00 2001 From: Timoline Date: Mon, 15 Feb 2021 17:59:01 +0100 Subject: [PATCH] added some examples for channel in schema (#6279) --- lib/util/settings.schema.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/util/settings.schema.json b/lib/util/settings.schema.json index 3dce98ef..bb1bba37 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -245,7 +245,8 @@ "default": 11, "title": "ZigBee channel", "requiresRestart": true, - "description": "Zigbee channel, changing requires repairing all devices! (Note: use a ZLL channel: 11, 15, 20, or 25 to avoid Problems)" + "description": "Zigbee channel, changing requires repairing all devices! (Note: use a ZLL channel: 11, 15, 20, or 25 to avoid Problems)", + "examples": [11, 15, 20, 25] }, "cache_state": { "type": "boolean",