mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-08 15:54:21 +01:00
* deCONZ 2.5.87 (stable) * Apply suggestions from code review Co-authored-by: Franck Nijhof <git@frenck.dev> * add output * Update build.json Co-authored-by: Franck Nijhof <git@frenck.dev>
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "deCONZ",
|
|
"version": "6.5.0",
|
|
"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",
|
|
"init": false,
|
|
"ingress": true,
|
|
"ingress_entry": "ingress.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 via VNC (Not required for Ingress. Not secure!)",
|
|
"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"],
|
|
"snapshot_exclude": ["/data/otau/*"],
|
|
"options": {
|
|
"device": null
|
|
},
|
|
"schema": {
|
|
"device": "str",
|
|
"dbg_aps": "int?",
|
|
"dbg_info": "int?",
|
|
"dbg_otau": "int?",
|
|
"dbg_zcl": "int?",
|
|
"dbg_zdp": "int?"
|
|
},
|
|
"image": "homeassistant/{arch}-addon-deconz"
|
|
}
|