mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-08 06:34:20 +01:00
* Add YAML linter * Drop GitHub registry login as its not required at this point * Add YAML document start marker * Fix YAMLlint issues * Fix YAMLlint issues in .github yaml files * Fix YAMLlint issue in .github/dependabot.yml * Remove .github/move.yml * Set dependabot to weekly Co-authored-by: Joakim Sørensen <hi@ludeeus.dev> * Use YAML strip option where appropriate * Fix multiline string Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
39 lines
714 B
YAML
39 lines
714 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: deprecated
|
|
startup: services
|