Files
addons/deconz/config.json
2020-07-24 15:49:44 +02:00

49 lines
1.3 KiB
JSON

{
"name": "deCONZ",
"version": "6.1.2",
"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": "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"],
"snapshot_exclude": ["/data/otau/*"],
"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"
}