diff --git a/lib/util/settings.schema.json b/lib/util/settings.schema.json index dc7ef0366..2382568b5 100644 --- a/lib/util/settings.schema.json +++ b/lib/util/settings.schema.json @@ -219,9 +219,8 @@ }, "adapter": { "type": ["string"], - "enum": ["deconz", "zstack", "zigate", "ezsp", "auto", "ember", "zboss"], + "enum": ["deconz", "zstack", "zigate", "ezsp", "ember", "zboss"], "title": "Adapter", - "default": "auto", "requiresRestart": true, "description": "Adapter type, not needed unless you are experiencing problems" },