Skip to content

Commit

Permalink
Add name to config.schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
dwaan committed Feb 28, 2025
1 parent f061bb5 commit b88efc0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
"schema": {
"type": "object",
"properties": {
"name": {
"title": "Plugin Name",
"type": "string",
"default": "Homebridge ADB",
"required": true
},
"accessories": {
"title": "Accessories",
"type": "array",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "homebridge-adb",
"version": "2.4.0",
"version": "2.4.1",
"description": "A Homebridge plugin to control ADB enabled Android devices",
"main": "index.js",
"author": "dwaan",
Expand Down

0 comments on commit b88efc0

Please sign in to comment.