Skip to content

Commit

Permalink
add support for yalehome
Browse files Browse the repository at this point in the history
  • Loading branch information
donavanbecker committed Oct 29, 2023
1 parent 0976e6e commit 367ebfa
Show file tree
Hide file tree
Showing 5 changed files with 621 additions and 229 deletions.
7 changes: 6 additions & 1 deletion config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@
"title": "Name",
"default": "August"
},
"contryCode": {
"type": "string",
"title": "Country Code",
"default": "US"
},
"credentials": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -207,7 +212,7 @@
"title": "August Account Info",
"expandable": true,
"expanded": false,
"items": ["credentials.augustId", "credentials.password", "credentials.validateCode", "credentials.installId", "credentials.isValidated"]
"items": ["credentials.augustId", "credentials.password", "credentials.validateCode", "credentials.installId", "credentials.isValidated", "contryCode"]
},
{
"type": "fieldset",
Expand Down
Loading

0 comments on commit 367ebfa

Please sign in to comment.