Set default for adapter to auto in schema. https://github.com/nurikk/z2m-frontend/issues/449

This commit is contained in:
Koen Kanters
2021-05-05 19:50:59 +02:00
parent beacbd3496
commit febcb2b1c7
+1
View File
@@ -146,6 +146,7 @@
"type": ["string"],
"enum": ["deconz", "zstack", "zigate", "ezsp", "auto"],
"title": "Adapter",
"default": "auto",
"requiresRestart": true,
"description": "Adapter type, not needed unless you are experiencing problems"
}