diff --git a/config.schema.json b/config.schema.json index 83b34fa..0be07af 100644 --- a/config.schema.json +++ b/config.schema.json @@ -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", diff --git a/package.json b/package.json index f2fab87..98abfdc 100644 --- a/package.json +++ b/package.json @@ -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",