mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-01 03:05:49 +01:00
* Update deployment * fix workflow * Fix order * restruct v1 * Fix style v2 * Cleanup style v3 * fix style v4 * Last style fix * Address comments * Update builder to 2021.11.3 * Fix let's encrypt * fix lint * Use ghcr.io * fix * Update versions * fix readme
47 lines
967 B
YAML
47 lines
967 B
YAML
version: 6.10.0
|
|
slug: deconz
|
|
name: deCONZ
|
|
description: Control a Zigbee network with ConBee or RaspBee by Dresden Elektronik
|
|
url: https://github.com/home-assistant/hassio-addons/tree/master/deconz
|
|
apparmor: false
|
|
arch:
|
|
- amd64
|
|
- armhf
|
|
- aarch64
|
|
backup_exclude:
|
|
- "*/otau"
|
|
devices:
|
|
- /dev/mem
|
|
discovery:
|
|
- deconz
|
|
gpio: true
|
|
homeassistant: 0.91.2
|
|
image: homeassistant/{arch}-addon-deconz
|
|
ingress: true
|
|
ingress_entry: ingress.html
|
|
init: false
|
|
kernel_modules: true
|
|
options:
|
|
device: null
|
|
panel_icon: mdi:zigbee
|
|
ports:
|
|
40850/tcp: null
|
|
5900/tcp: null
|
|
8081/tcp: null
|
|
ports_description:
|
|
40850/tcp: deCONZ API backend (Not required for Ingress)
|
|
5900/tcp: deCONZ via VNC (Not required for Ingress. Not secure!)
|
|
8081/tcp: deCONZ WebSocket (Not required for Ingress)
|
|
privileged:
|
|
- SYS_RAWIO
|
|
schema:
|
|
dbg_aps: int?
|
|
dbg_info: int?
|
|
dbg_otau: int?
|
|
dbg_zcl: int?
|
|
dbg_zdp: int?
|
|
device: device(subsystem=tty)
|
|
startup: services
|
|
udev: true
|
|
usb: true
|