From 482e06a93f04e1544d06d0889dee49f51f9673c2 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Wed, 4 Aug 2021 13:18:14 +0200 Subject: plugin still doesn't load :( --- config.schema.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 config.schema.json (limited to 'config.schema.json') 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 + } + } + } +} -- cgit v1.2.3