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, 0 insertions, 20 deletions
diff --git a/config.schema.json b/config.schema.json
deleted file mode 100644
index 2a7c16f..0000000
--- a/config.schema.json
+++ /dev/null
@@ -1,20 +0,0 @@
-{
- "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
- }
- }
- }
-}