Skip to content

Commit

Permalink
Verification additions
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleBoyer committed Jul 12, 2024
1 parent 36b28c4 commit 2dcc602
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
7 changes: 7 additions & 0 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
"schema": {
"type": "object",
"properties": {
"name": {
"title": "Name",
"type": "string",
"default": "Homebridge BlaQ",
"placeholder": "Homebridge BlaQ",
"required": true
},
"devices": {
"title": "Manually Configured Garage Doors:",
"description": "Use this section to manually add devices if auto-discovery doesn't work",
Expand Down
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,14 @@
"prepublishOnly": "npm run lint && npm run build"
},
"keywords": [
"homebridge-plugin"
"homebridge-plugin",
"konnected",
"blaq",
"garage",
"door",
"gdo",
"ratgdo",
"esphome"
],
"dependencies": {
"bonjour-service": "^1.2.1",
Expand Down

0 comments on commit 2dcc602

Please sign in to comment.