Files
addons/deconz/config.json
Pascal Vizeli f71edff3fa Deconz (#876)
* deconz: Adds support for enabling UPnP

* deconz: Improve waiting for udev devices mechanism

* deconz: Sort dependencies
2019-12-06 10:08:57 +01:00

47 lines
1.2 KiB
JSON

{
"name": "deCONZ",
"version": "3.9",
"slug": "deconz",
"description": "Control a ZigBee network with ConBee or RaspBee by Dresden Elektronik",
"arch": ["amd64", "armhf", "aarch64"],
"url": "https://github.com/home-assistant/hassio-addons/tree/master/deconz",
"startup": "system",
"boot": "auto",
"homeassistant": "0.91.2",
"webui": "http://[HOST]:[PORT:80]/pwa/index.html",
"discovery": ["deconz"],
"ports": {
"80/tcp": 40850,
"5900/tcp": null,
"8080/tcp": 40860
},
"ports_description": {
"80/tcp": "deCONZ API backend",
"5900/tcp": "deCONZ graphical desktop via VNC",
"8080/tcp": "deCONZ WebSocket Server"
},
"host_network": true,
"kernel_modules": true,
"auto_uart": true,
"udev": true,
"gpio": true,
"apparmor": false,
"privileged": ["SYS_MODULE", "SYS_RAWIO"],
"devices": ["/dev/bus/usb:/dev/bus/usb:rwm", "/dev/mem:/dev/mem:rw"],
"options": {
"device": null,
"vnc_password": ""
},
"schema": {
"device": "str",
"vnc_password": "str",
"dbg_aps": "int?",
"dbg_info": "int?",
"dbg_otau": "int?",
"dbg_zcl": "int?",
"dbg_zdp": "int?",
"upnp": "bool?"
},
"image": "homeassistant/{arch}-addon-deconz"
}