changed layout to work as a repository in hassio
This commit is contained in:
parent
acb3cc1ad3
commit
471ec7023e
12 changed files with 47 additions and 14 deletions
41
config.json
41
config.json
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue