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>
39 lines
947 B
YAML
39 lines
947 B
YAML
---
|
|
version: 0.1.57
|
|
slug: zwave_js
|
|
name: Z-Wave JS
|
|
description: Control a ZWave network with Home Assistant Z-Wave JS
|
|
url: https://github.com/home-assistant/hassio-addons/tree/master/zwave_js
|
|
arch:
|
|
- amd64
|
|
- i386
|
|
- armhf
|
|
- armv7
|
|
- aarch64
|
|
discovery:
|
|
- zwave_js
|
|
hassio_api: true
|
|
homeassistant: 2021.2.0b0
|
|
image: homeassistant/{arch}-addon-zwave_js
|
|
init: false
|
|
options:
|
|
device: null
|
|
log_level: info
|
|
s0_legacy_key: ""
|
|
s2_access_control_key: ""
|
|
s2_authenticated_key: ""
|
|
s2_unauthenticated_key: ""
|
|
ports:
|
|
3000/tcp: null
|
|
schema:
|
|
device: device(subsystem=tty)
|
|
emulate_hardware: bool?
|
|
log_level: list(silly|debug|verbose|http|info|warn|error)?
|
|
network_key: match(|[0-9a-fA-F]{32,32})?
|
|
s0_legacy_key: match(|[0-9a-fA-F]{32,32})?
|
|
s2_access_control_key: match(|[0-9a-fA-F]{32,32})?
|
|
s2_authenticated_key: match(|[0-9a-fA-F]{32,32})?
|
|
s2_unauthenticated_key: match(|[0-9a-fA-F]{32,32})?
|
|
stage: stable
|
|
startup: services
|