Files
addons/deconz/config.json
Joakim Sørensen 5416d080df Rename snapshot -> backup (#2088)
* Rename snapshot -> backup

* Update mariadb/CHANGELOG.md

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>

* Update deconz/CHANGELOG.md

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>

* Don't update version

Co-authored-by: Paulus Schoutsen <balloob@gmail.com>
2021-09-03 17:38:12 +02:00

46 lines
1.2 KiB
JSON

{
"name": "deCONZ",
"version": "6.10.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",
"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,
"usb": true,
"udev": true,
"gpio": true,
"apparmor": false,
"privileged": ["SYS_RAWIO"],
"devices": ["/dev/mem"],
"backup_exclude": ["*/otau"],
"options": {
"device": null
},
"schema": {
"device": "device(subsystem=tty)",
"dbg_aps": "int?",
"dbg_info": "int?",
"dbg_otau": "int?",
"dbg_zcl": "int?",
"dbg_zdp": "int?"
},
"image": "homeassistant/{arch}-addon-deconz"
}