Skip to content

Commit

Permalink
Update config.schema.json (#282)
Browse files Browse the repository at this point in the history
* Update config.schema.json

* Update config.schema.json

---------

Co-authored-by: gaosen <[email protected]>
  • Loading branch information
donavanbecker and 0x5e authored Apr 17, 2023
1 parent cb1be5c commit 6962bf9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
"headerDisplay": "",
"footerDisplay": "",
"schema": {
"name": {
"type": "string",
"title": "Name",
"default": "Tuya"
},
"type": "object",
"properties": {
"options": {
Expand Down Expand Up @@ -126,7 +131,6 @@
"type": {
"title": "New DP Type",
"type": "string",
"default": "Boolean",
"oneOf": [{
"title": "Boolean",
"enum": ["Boolean"]
Expand Down

0 comments on commit 6962bf9

Please sign in to comment.