mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-07 23:34:20 +01:00
* 🎉 Bump to 2.05.71 * 🎉 Bump to 2.05.71 * Bump deCONZ to 2.05.71 * Deconz update 2.05.71 * Deconz update 2.05.71
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"name": "deCONZ",
|
|
"version": "3.8",
|
|
"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?"
|
|
},
|
|
"image": "homeassistant/{arch}-addon-deconz"
|
|
}
|