mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-03 04:04:19 +01:00
* Roll-back alpine/qt due to crashes, roll-back open-zwave due to duration issues * fix formatting
57 lines
1.1 KiB
JSON
57 lines
1.1 KiB
JSON
{
|
|
"name": "OpenZWave",
|
|
"version": "0.5.1",
|
|
"slug": "zwave",
|
|
"description": "Control a ZWave network with Home Assistant",
|
|
"arch": [
|
|
"amd64",
|
|
"i386",
|
|
"armhf",
|
|
"armv7",
|
|
"aarch64"
|
|
],
|
|
"url": "https://github.com/home-assistant/hassio-addons/tree/master/zwave",
|
|
"ingress": true,
|
|
"ingress_entry": "vnc_lite.html",
|
|
"panel_icon": "mdi:z-wave",
|
|
"panel_title": "OpenZWave",
|
|
"startup": "services",
|
|
"boot": "auto",
|
|
"init": false,
|
|
"stage": "experimental",
|
|
"homeassistant": "0.110.0.dev",
|
|
"ports": {
|
|
"1983/tcp": null,
|
|
"5900/tcp": null
|
|
},
|
|
"ports_description": {
|
|
"1983/tcp": "ozw-admin port",
|
|
"5900/tcp": "VNC port"
|
|
},
|
|
"services": [
|
|
"mqtt:want"
|
|
],
|
|
"discovery": [
|
|
"ozw"
|
|
],
|
|
"auto_uart": true,
|
|
"gpio": true,
|
|
"apparmor": false,
|
|
"privileged": [
|
|
"SYS_RAWIO"
|
|
],
|
|
"devices": [
|
|
"/dev/bus/usb:/dev/bus/usb:rwm",
|
|
"/dev/mem:/dev/mem:rw"
|
|
],
|
|
"options": {
|
|
"device": null,
|
|
"network_key": ""
|
|
},
|
|
"schema": {
|
|
"device": "str",
|
|
"network_key": "password",
|
|
"instance": "int(1,)?"
|
|
},
|
|
"image": "homeassistant/{arch}-addon-zwave"
|
|
} |