-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
39 lines (39 loc) · 982 Bytes
/
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
{
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"boot": "auto",
"description": "Visualization tool for the Z-Wave network",
"homeassistant_api": true,
"ingress": false,
"ingress_port": 6123,
"map": ["ssl"],
"name": "Z-Wave Network Viewer",
"options": {
"haurl": "https://homeassistant.local.hass.io:8123",
"token": "",
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"debug": false
},
"panel_icon": "mdi:z-wave",
"ports": {
"6123/tcp": 6123
},
"ports_description": {
"6132/tcp": "Web interface Z-Wave Network Viewer"
},
"schema": {
"haurl": "url",
"token": "password",
"ssl": "bool",
"certfile": "str",
"keyfile": "str",
"debug": "bool"
},
"slug": "zwavenetworkviewer",
"stage": "experimental",
"startup": "services",
"url": "https://github.com/sjthespian/addon-zwave-network-viewer",
"version": "0.4",
"webui": "[PROTO:ssl]://[HOST]:[PORT:6123]"
}