Skip to content

Commit

Permalink
fix(ignore): Remove adapter auto from schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Koenkk committed Jan 19, 2025
1 parent a1f74a3 commit 6f5f2e1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/util/settings.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 6f5f2e1

Please sign in to comment.