🎉 Release of add-on Z-Wave JS to MQTT 0.2.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-01-28 21:22:25 +00:00
parent f6ad5379cc
commit eb2db46f5b
5 changed files with 13 additions and 16 deletions

View file

@ -1071,10 +1071,10 @@ SOFTWARE.
[wireguard-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[wireguard-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[wireguard-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.1.0
[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/v0.1.0/README.md
[addon-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.2.0
[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/v0.2.0/README.md
[zwavejs2mqtt-issue]: https://github.com/hassio-addons/addon-zwavejs2mqtt/issues
[zwavejs2mqtt-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg
[zwavejs2mqtt-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
[zwavejs2mqtt-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[zwavejs2mqtt-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[zwavejs2mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,11 +1,8 @@
## Whats changed
The initial release of the Z-Wave JS to MQTT add-on 🎉
The add-on will now create a default configuration on the first run, pre-configured as much as possible for use with Home Assistant.
Additionally, if the Mosquitto add-on is found, it will configure that too.
## ✨ New features
- Add initial add-on code @frenck (#1)
## 📚 Documentation
- Extend setup instructions @frenck (#2)
- Initiate default configuration on first run @frenck (#3)

View file

@ -13,6 +13,7 @@ Some advantages and use-cases for this are:
it is available for Home Assistant at the same time.
- Allow [ESPHome.io][esphome] based ESP devices to directly respond or work
with your Z-Wave network.
- Pre-configures itself with the Mosquitto add-on when found.
This add-on uses the [Zwavejs2Mqtt][zwavejs2mqtt] software.
@ -55,10 +56,6 @@ To do this:
1. Enter the following information:
- Serial Port (e.g., `/dev/serial/by-id/usb-0658_0200_if00`)
- Network Key (e.g., `2232666D100F795E5BB17F0A1BB7A146`)
- **Enable the WS Server** checkbox!
You can check the "Disable Gateway" box for now, as you can set up MQTT
later (if you like that is).
Now click the "SAVE" button and navigate to the "Control Panel" in the menu.
If you had devices paired already, you should see the showing up slowly.

View file

@ -56,5 +56,5 @@ If you are more interested in stable releases of our add-ons:
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
[release-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.1.0
[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.2.0

View file

@ -1,6 +1,6 @@
{
"name": "Z-Wave JS to MQTT",
"version": "0.1.0",
"version": "0.2.0",
"slug": "zwavejs2mqtt",
"description": "Fully configurable Z-Wave JS to MQTT gateway and control panel",
"url": "https://github.com/hassio-addons/addon-zwavejs2mqtt",
@ -19,6 +19,9 @@
"discovery": [
"zwave_js"
],
"services": [
"mqtt:want"
],
"auto_uart": true,
"map": [
"share:rw"