diff options
Diffstat (limited to 'config.schema.json')
-rw-r--r-- | config.schema.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/config.schema.json b/config.schema.json new file mode 100644 index 0000000..6a64a39 --- /dev/null +++ b/config.schema.json @@ -0,0 +1,20 @@ +{ + "pluginAlias": "BekenBridge", + "pluginType": "accessory", + "singular": false, + "schema": { + "type": "object", + "properties": { + "name": { + "title": "Name", + "type": "string", + "required": true + }, + "address": { + "title": "Bluetooth address of lamp", + "type": "string", + "required": true + } + } + } +} |