From b4176d6fee5c735ef224eaefdae57fd9d8e99da1 Mon Sep 17 00:00:00 2001 From: Ilya Kirov Date: Tue, 27 Aug 2024 21:37:00 +0300 Subject: [PATCH] feat: Add support for `zboss` adapter (#23747) https://github.com/Koenkk/zigbee-herdsman/pull/1165 --- 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 58c3cb77..7cbcbe0d 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -227,7 +227,7 @@ }, "adapter": { "type": ["string"], - "enum": ["deconz", "zstack", "zigate", "ezsp", "auto", "ember"], + "enum": ["deconz", "zstack", "zigate", "ezsp", "auto", "ember", "zboss"], "title": "Adapter", "default": "auto", "requiresRestart": true,