hassio-plejd/plejd/config.json

36 lines
749 B
JSON
Raw Normal View History

2019-12-04 11:17:06 +01:00
{
"name": "Plejd",
"version": "0.2.3",
2019-12-04 11:17:06 +01:00
"slug": "plejd",
"description": "Adds support for the Swedish home automation devices from Plejd.",
"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": "",
"mqttPassword": "",
"includeRoomsAsLights": false
2019-12-04 11:17:06 +01:00
},
"schema": {
"site": "str",
"username": "str",
"password": "str",
"mqttBroker": "str",
"mqttUsername": "str",
"mqttPassword": "str",
"includeRoomsAsLights": "bool"
2019-12-04 11:17:06 +01:00
}
}