diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-08-04 13:18:14 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-08-04 13:18:14 +0200 |
commit | 482e06a93f04e1544d06d0889dee49f51f9673c2 (patch) | |
tree | f52f48b91bafc8e3fd28dd276d3be9659cb70d91 /config.schema.json | |
parent | 7c93e78865698cc80dd96ccf0e7639cffc85d641 (diff) |
plugin still doesn't load :(
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 + } + } + } +} |