mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-02 11:45:54 +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
38 lines
712 B
YAML
38 lines
712 B
YAML
version: 0.9.1
|
|
slug: zwave
|
|
name: OpenZWave
|
|
description: Control a ZWave network with Home Assistant
|
|
url: https://github.com/home-assistant/hassio-addons/tree/master/zwave
|
|
arch:
|
|
- amd64
|
|
- i386
|
|
- armhf
|
|
- armv7
|
|
- aarch64
|
|
discovery:
|
|
- ozw
|
|
homeassistant: 0.110.0.dev
|
|
image: homeassistant/{arch}-addon-zwave
|
|
ingress: true
|
|
ingress_entry: vnc_lite.html
|
|
init: false
|
|
options:
|
|
device: null
|
|
network_key: ""
|
|
panel_icon: mdi:z-wave
|
|
panel_title: OpenZWave
|
|
ports:
|
|
1983/tcp: null
|
|
5900/tcp: null
|
|
ports_description:
|
|
1983/tcp: ozw-admin port
|
|
5900/tcp: VNC port
|
|
schema:
|
|
device: device(subsystem=tty)
|
|
instance: int(1,)?
|
|
network_key: password
|
|
services:
|
|
- mqtt:want
|
|
stage: experimental
|
|
startup: services
|