From 37f773a5eececda9211abf323d6b3a8f707ee627 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Tue, 4 May 2021 20:03:57 +0200 Subject: [PATCH] Add auto adapter type. --- lib/util/settings.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/util/settings.schema.json b/lib/util/settings.schema.json index 27f441112..fb85e0a55 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -143,8 +143,8 @@ "default": false }, "adapter": { - "type": ["string", "null"], - "enum": ["deconz", "zstack", "zigate", "ezsp", null], + "type": ["string"], + "enum": ["deconz", "zstack", "zigate", "ezsp", "auto"], "title": "Adapter", "requiresRestart": true, "description": "Adapter type, not needed unless you are experiencing problems"