From d77231b99fee15ddc5cb403bb4fbc5ab4ee1db16 Mon Sep 17 00:00:00 2001 From: Ilya Kirov Date: Tue, 2 Mar 2021 21:41:56 +0300 Subject: [PATCH] Added "ezsp" adapter to schema (#6532) --- lib/util/settings.schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/util/settings.schema.json b/lib/util/settings.schema.json index 4e77dba8..bbc2cee5 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -144,7 +144,7 @@ }, "adapter": { "type": ["string", "null"], - "enum": ["deconz", "zstack", "zigate"], + "enum": ["deconz", "zstack", "zigate", "ezsp"], "title": "Adapter", "requiresRestart": true, "description": "Adapter type, not needed unless you are experiencing problems"