aboutsummaryrefslogtreecommitdiff
path: root/config.schema.json
diff options
context:
space:
mode:
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
+ }
+ }
+ }
+}