fix(ignore): Remove adapter auto from schema (#25896)

This commit is contained in:
Koen Kanters
2025-01-19 12:58:35 +00:00
committed by GitHub
parent a1f74a312a
commit 5e60f1dc8d
+1 -2
View File
@@ -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"
},