diff --git a/lib/util/settings.schema.json b/lib/util/settings.schema.json index 27f44111..fb85e0a5 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"