Files
addons/deconz/config.json
Robbert Müller 2f832a9bf1 Fixes deconz otau download issues (#608)
* Fixes for #607

Dry coded

* Move mkdir from ikea to run.sh

* Fix indenting

* Adding release
2019-06-11 08:19:50 +02:00

42 lines
955 B
JSON

{
"name": "deCONZ",
"version": "2.6",
"slug": "deconz",
"description": "Control a ZigBee network with Conbee or RaspBee by Dresden Elektronik",
"arch": ["amd64", "armhf"],
"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,
"8080/tcp": 40860
},
"ports_description": {
"80/tcp": "deCONZ API backend",
"8080/tcp": "deCONZ WebSocket Server"
},
"host_network": true,
"kernel_modules": true,
"auto_uart": 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
},
"schema": {
"device": "str"
},
"image": "homeassistant/{arch}-addon-deconz"
}