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
35
plejd/config.json
Normal file
35
plejd/config.json
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
{
|
||||
"name": "Plejd",
|
||||
"version": "4",
|
||||
"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,
|
||||
"options": {
|
||||
"site": "Default Site",
|
||||
"username": "",
|
||||
"password": "",
|
||||
"mqttBroker": "mqtt://",
|
||||
"mqttUsername": "",
|
||||
"mqttPassword": "",
|
||||
"includeRoomsAsLights": false
|
||||
},
|
||||
"schema": {
|
||||
"site": "str",
|
||||
"username": "str",
|
||||
"password": "str",
|
||||
"mqttBroker": "str",
|
||||
"mqttUsername": "str",
|
||||
"mqttPassword": "str",
|
||||
"includeRoomsAsLights": "bool"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue