changed layout to work as a repository in hassio

This commit is contained in:
Marcus Westin 2019-12-13 17:59:48 +01:00
parent acb3cc1ad3
commit 471ec7023e
12 changed files with 47 additions and 14 deletions

View file

@ -1,41 +0,0 @@
{
"name": "Plejd",
"version": "3",
"slug": "plejd",
"description": "Adds support for the Swedish home automation devices from Plejd.",
"arch": [
"armhf",
"armv7",
"aarch64",
"amd64",
"i386"
],
"startup": "application",
"boot": "auto",
"auto_uart": true,
"gpio": true,
"privileged": [
"SYS_RAWIO"
],
"devices": [
"/dev/mem:/dev/mem:rwm"
],
"apparmor": false,
"host_network": true,
"options": {
"site": "Default Site",
"username": "",
"password": "",
"mqttBroker": "mqtt://",
"mqttUsername": "",
"mqttPassword": ""
},
"schema": {
"site": "str",
"username": "str",
"password": "str",
"mqttBroker": "str",
"mqttUsername": "str",
"mqttPassword": "str"
}
}