-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathconfig.json
41 lines (41 loc) · 1.09 KB
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "Plejd",
"version": "0.11.0",
"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,
"apparmor": false,
"options": {
"site": "Default Site",
"username": "",
"password": "",
"mqttBroker": "mqtt://",
"mqttUsername": "",
"mqttPassword": "",
"includeRoomsAsLights": false,
"preferCachedApiResponse": false,
"updatePlejdClock": false,
"logLevel": "info",
"connectionTimeout": 2,
"writeQueueWaitTime": 400
},
"schema": {
"site": "str",
"username": "str",
"password": "str",
"mqttBroker": "str",
"mqttUsername": "str",
"mqttPassword": "str",
"includeRoomsAsLights": "bool",
"preferCachedApiResponse": "bool",
"updatePlejdClock": "bool",
"logLevel": "list(error|warn|info|debug|verbose|silly)",
"connectionTimeout": "int",
"writeQueueWaitTime": "int"
}
}