38 lines
No EOL
829 B
JSON
38 lines
No EOL
829 B
JSON
{
|
|
"name": "Plejd",
|
|
"version": "0.3.5",
|
|
"slug": "plejd",
|
|
"description": "Adds support for the Swedish home automation devices from Plejd.",
|
|
"url": "https://github.com/icanos/hassio-plejd/",
|
|
"arch": [
|
|
"armhf",
|
|
"armv7",
|
|
"aarch64",
|
|
"amd64",
|
|
"i386"
|
|
],
|
|
"startup": "application",
|
|
"boot": "auto",
|
|
"host_network": true,
|
|
"host_dbus": true,
|
|
"options": {
|
|
"site": "Default Site",
|
|
"username": "",
|
|
"password": "",
|
|
"mqttBroker": "mqtt://",
|
|
"mqttUsername": "",
|
|
"mqttPassword": "",
|
|
"includeRoomsAsLights": false,
|
|
"connectionTimeout": 2
|
|
},
|
|
"schema": {
|
|
"site": "str",
|
|
"username": "str",
|
|
"password": "str",
|
|
"mqttBroker": "str",
|
|
"mqttUsername": "str",
|
|
"mqttPassword": "str",
|
|
"includeRoomsAsLights": "bool",
|
|
"connectionTimeout": "int"
|
|
}
|
|
} |