Skip to content

Commit

Permalink
Update config.schema.json (#3)
Browse files Browse the repository at this point in the history
- Fix for more than 23 chars in the UI
  • Loading branch information
damonaw authored Aug 23, 2024
1 parent 3fbaeb6 commit 8d32271
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,7 @@
"type": "string",
"description": "Enter the 23/26 digit Govee Device ID to begin (e.g. 12:AB:A1:C5:A8:99:D2:17).",
"minLength": 23,
"maxLength": 23
"maxLength": 26
},
"ignoreDevice": {
"type": "boolean",
Expand Down

0 comments on commit 8d32271

Please sign in to comment.