Files
addons/zwave/config.json
Pascal Vizeli c6fe889e32 Add initial support for ZWave JS (#1766)
* Add initial support for ZWave JS

* fix version

* fix lint

* Apply suggestions from code review

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Charles Garwood <cgarwood@gmail.com>

* Apply suggestions from code review

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Update zwave_js/config.json

Co-authored-by: Franck Nijhof <git@frenck.dev>

* Address comments

* Fix install for all archs

* make lint happy

* Fix build

* fix comment

* Fix and clean zwave_js add-on (#1780)

* Use new bashio feature

* address ozw

* update docs

* Add debug support

* fix template

* Fix lint

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
Co-authored-by: Charles Garwood <cgarwood@gmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2021-01-25 20:20:12 +01:00

39 lines
936 B
JSON

{
"name": "OpenZWave",
"version": "0.9.0",
"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,
"options": {
"device": null,
"network_key": ""
},
"schema": {
"device": "str",
"network_key": "password",
"instance": "int(1,)?"
},
"image": "homeassistant/{arch}-addon-zwave"
}