mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 05:04:21 +01:00
* Add translation files to all add-ons * lint * Apply suggestions from code review Co-authored-by: Stefan Agner <stefan@agner.ch> * Adjust zwave docs * Adjust zwave_js docs * Adjust ada docs * Reorder ada * Reorder duckdns * Reorder git_pull * Reorder google_assistant * Reorder homematic * Reorder letsencrypt * Reorder mosquitto * Reorder nginx_proxy * Reorder samba * Reorder ssh * Lint Co-authored-by: Stefan Agner <stefan@agner.ch>
45 lines
776 B
YAML
45 lines
776 B
YAML
---
|
|
version: 6.12.1
|
|
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
|
|
privileged:
|
|
- SYS_RAWIO
|
|
schema:
|
|
device: device(subsystem=tty)
|
|
dbg_aps: int?
|
|
dbg_info: int?
|
|
dbg_otau: int?
|
|
dbg_zcl: int?
|
|
dbg_zdp: int?
|
|
startup: services
|
|
udev: true
|
|
usb: true
|