aboutsummaryrefslogtreecommitdiff
path: root/config.schema.json
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-08-09 15:07:00 +0200
committerlonkaars <loek@pipeframe.xyz>2021-08-09 15:07:00 +0200
commite8ca02eda2fea678a407b73af161014d703bab1c (patch)
tree991455fa42c56fb835af1f6ce1fe91755c692104 /config.schema.json
initial commit (pretty much copied homebridge-beken)
Diffstat (limited to 'config.schema.json')
-rw-r--r--config.schema.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/config.schema.json b/config.schema.json
new file mode 100644
index 0000000..2a7c16f
--- /dev/null
+++ b/config.schema.json
@@ -0,0 +1,20 @@
+{
+ "pluginAlias": "ESP8266RGBStrip",
+ "pluginType": "accessory",
+ "singular": false,
+ "schema": {
+ "type": "object",
+ "properties": {
+ "name": {
+ "title": "Name",
+ "type": "string",
+ "required": true
+ },
+ "host": {
+ "title": "Hostname of the esp8266",
+ "type": "string",
+ "required": true
+ }
+ }
+ }
+}