Files
addons/deconz/config.json
olijouve 6847f767cd deconz: Add LEDVANCE / OSRAM otau firmware downloader (#983)
* Update config.json

* Create ledvance-otau-dl.sh

* Update run.sh

* Update Dockerfile

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update ledvance-otau-dl.sh

Fix lint issues:
  https://www.shellcheck.net/wiki/SC2046 -- Quote this to prevent word splitt...
  https://www.shellcheck.net/wiki/SC2003 -- expr is antiquated. Consider rewr...

* Update ledvance-otau-dl.sh

Fix lint issue:
  https://www.shellcheck.net/wiki/SC2004 -- $/${} is unnecessary on arithmeti...

* Update Dockerfile

Adressing @pvizeli comment : The script have the correct permission of a+x?

Add CMD to set a+x permission on ledvance-otau-dl.sh script

* Update Dockerfile

* Add exec permissions

* revert oups bad multiple cmdlines in CMD[]

* revert oups bad multiple cmdlines in CMD[]

* dummy commit

* Update Dockerfile

remove dummy comment

* Update ledvance-otau-dl.sh

remove dummy comment

* fix bug

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2020-01-11 13:26:36 +01:00

47 lines
1.2 KiB
JSON

{
"name": "deCONZ",
"version": "5.1",
"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": "system",
"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 Hass.io Ingress)",
"40850/tcp": "deCONZ API backend (Not required for Hass.io 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"
}