2019-12-04 11:17:06 +01:00
|
|
|
{
|
|
|
|
|
"name": "Plejd",
|
2019-12-14 14:10:43 +01:00
|
|
|
"version": "0.0.6",
|
2019-12-04 11:17:06 +01:00
|
|
|
"slug": "plejd",
|
|
|
|
|
"description": "Adds support for the Swedish home automation devices from Plejd.",
|
2019-12-13 17:59:48 +01:00
|
|
|
"url": "https://github.com/icanos/hassio-plejd/",
|
2019-12-04 11:17:06 +01:00
|
|
|
"arch": [
|
|
|
|
|
"armhf",
|
|
|
|
|
"armv7",
|
|
|
|
|
"aarch64",
|
|
|
|
|
"amd64",
|
|
|
|
|
"i386"
|
|
|
|
|
],
|
|
|
|
|
"startup": "application",
|
|
|
|
|
"boot": "auto",
|
|
|
|
|
"host_network": true,
|
|
|
|
|
"options": {
|
|
|
|
|
"site": "Default Site",
|
|
|
|
|
"username": "",
|
|
|
|
|
"password": "",
|
|
|
|
|
"mqttBroker": "mqtt://",
|
|
|
|
|
"mqttUsername": "",
|
2019-12-13 17:59:48 +01:00
|
|
|
"mqttPassword": "",
|
|
|
|
|
"includeRoomsAsLights": false
|
2019-12-04 11:17:06 +01:00
|
|
|
},
|
|
|
|
|
"schema": {
|
|
|
|
|
"site": "str",
|
|
|
|
|
"username": "str",
|
|
|
|
|
"password": "str",
|
|
|
|
|
"mqttBroker": "str",
|
|
|
|
|
"mqttUsername": "str",
|
2019-12-13 17:59:48 +01:00
|
|
|
"mqttPassword": "str",
|
|
|
|
|
"includeRoomsAsLights": "bool"
|
2019-12-04 11:17:06 +01:00
|
|
|
}
|
|
|
|
|
}
|