mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-27 16:56:02 +01:00
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "deCONZ",
|
|
"version": "5.3.5",
|
|
"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": "services",
|
|
"boot": "auto",
|
|
"ingress": true,
|
|
"ingress_entry": "pwa/index.html",
|
|
"panel_icon": "mdi:zigbee",
|
|
"homeassistant": "0.91.2",
|
|
"discovery": ["deconz"],
|
|
"ports": {
|
|
"5900/tcp": null,
|
|
"8081/tcp": null,
|
|
"40850/tcp": null
|
|
},
|
|
"ports_description": {
|
|
"5900/tcp": "deCONZ graphical desktop via VNC",
|
|
"8081/tcp": "deCONZ WebSocket (Not required for Ingress)",
|
|
"40850/tcp": "deCONZ API backend (Not required for Ingress)"
|
|
},
|
|
"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"
|
|
}
|