initial commit

This commit is contained in:
Marcus Westin 2019-12-04 11:17:06 +01:00
parent b43bc6c4e2
commit fe52e0901c
12 changed files with 2288 additions and 0 deletions

41
config.json Normal file
View file

@ -0,0 +1,41 @@
{
"name": "Plejd",
"version": "2",
"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"
}
}