From dd50a7f087cc7f75a9807fc7d422edcc11aaba50 Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Wed, 9 Mar 2022 15:09:40 +0000 Subject: [PATCH] :tada: Release of add-on Z-Wave JS to MQTT 0.36.0 --- README.md | 6 +++--- zwavejs2mqtt/CHANGELOG.md | 10 +++++++++- zwavejs2mqtt/DOCS.md | 20 ++++++++++++++++---- zwavejs2mqtt/README.md | 14 +++++++++++--- zwavejs2mqtt/config.yaml | 3 ++- 5 files changed, 41 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 4c2c1d30..3a169637 100644 --- a/README.md +++ b/README.md @@ -949,10 +949,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.35.2 -[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/v0.35.2/README.md +[addon-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.36.0 +[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/v0.36.0/README.md [zwavejs2mqtt-issue]: https://github.com/hassio-addons/addon-zwavejs2mqtt/issues -[zwavejs2mqtt-version-shield]: https://img.shields.io/badge/version-v0.35.2-blue.svg +[zwavejs2mqtt-version-shield]: https://img.shields.io/badge/version-v0.36.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 diff --git a/zwavejs2mqtt/CHANGELOG.md b/zwavejs2mqtt/CHANGELOG.md index f727fff3..228fb3ca 100644 --- a/zwavejs2mqtt/CHANGELOG.md +++ b/zwavejs2mqtt/CHANGELOG.md @@ -1,5 +1,13 @@ ## What’s changed +## πŸš€ Enhancements + +- πŸ”’ Sign add-on with Codenotary Community Attestation Service (CAS) @frenck (#349) + +## πŸ“š Documentation + +- πŸ“š Add My buttons to documentation @frenck (#350) + ## ⬆️ Dependency updates -- ⬆️ Upgrades ZwaveJS2Mqtt to v6.5.2 @frenck (#346) +- ⬆️ Upgrades add-on base image to 11.1.0 @frenck (#348) diff --git a/zwavejs2mqtt/DOCS.md b/zwavejs2mqtt/DOCS.md index 05b8d94e..fc33fd2a 100644 --- a/zwavejs2mqtt/DOCS.md +++ b/zwavejs2mqtt/DOCS.md @@ -5,7 +5,12 @@ your Home Assistant instance by leveraging your MQTT broker. It ships with a web-based control panel, allowing you to configure every aspect of your Z-Wave network and how they are published in MQTT. -Some advantages and use-cases for this are: +**Note**: Unlike the title of the software suggests, you don't need to +use MQTT part (it is even disabled by default). It will work directly +without MQTT using the Home Assistant integration. The add-on will provide +a nice secondairy and extensive Z-Wave JS control interface in such cases. + +Some advantages and use-cases: - Compatible with the Home Assistant Z-Wave JS integration. - Your Z-Wave network will keep running between Home Assistant restarts. @@ -22,9 +27,12 @@ This add-on uses the [Zwavejs2Mqtt][zwavejs2mqtt] software. The installation of this add-on is pretty straightforward and not different in comparison to installing any other Home Assistant add-on. -1. Search for the "Z-Wave JS to MQTT" add-on in the Supervisor add-on store - and install it. -1. Start the "Z-Wave JS to MQTT" add-on. +1. Click the Home Assistant My button below to open the add-on on your Home + Assistant instance. + + [![Open this add-on in your Home Assistant instance.][addon-badge]][addon] + +1. Click the "Install" button to install the add-on. 1. Check the logs of the "Z-Wave JS to MQTT" add-on to see if everything went well. 1. Click the "OPEN WEB UI" button. @@ -165,6 +173,8 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +[addon-badge]: https://my.home-assistant.io/badges/supervisor_addon.svg +[addon]: https://my.home-assistant.io/redirect/supervisor_addon/?addon=a0d7b954_zwavejs2mqtt [contributors]: https://github.com/hassio-addons/addon-zwavejs2mqtt/graphs/contributors [discord-ha]: https://discord.gg/c5DvZ4e [discord]: https://discord.me/hassioaddons @@ -175,5 +185,7 @@ SOFTWARE. [issue]: https://github.com/hassio-addons/addon-zwavejs2mqtt/issues [reddit]: https://reddit.com/r/homeassistant [releases]: https://github.com/hassio-addons/addon-zwavejs2mqtt/releases +[repository-badge]: https://my.home-assistant.io/badges/supervisor_add_addon_repository.svg +[repository]: https://my.home-assistant.io/redirect/supervisor_add_addon_repository/?repository_url=https%3A%2F%2Fgithub.com%2Fhassio-addons%2Frepository [semver]: http://semver.org/spec/v2.0.0.htm [zwavejs2mqtt]: https://github.com/zwave-js/zwavejs2mqtt diff --git a/zwavejs2mqtt/README.md b/zwavejs2mqtt/README.md index 97cd6140..98438b63 100644 --- a/zwavejs2mqtt/README.md +++ b/zwavejs2mqtt/README.md @@ -19,7 +19,12 @@ your Home Assistant instance by leveraging your MQTT broker. It ships with a web-based control panel, allowing you to configure every aspect of your Z-Wave network and how they are published in MQTT. -Some advantages and use-cases for this are: +**Note**: Unlike the title of the software suggests, you don't need to +use MQTT part (it is even disabled by default). It will work directly +without MQTT using the Home Assistant integration. The add-on will provide +a nice secondairy and extensive Z-Wave JS control interface in such cases. + +Some advantages and use-cases: - Compatible with the Home Assistant Z-Wave JS integration. - Your Z-Wave network will keep running between Home Assistant restarts. @@ -27,6 +32,9 @@ 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. [discord-shield]: https://img.shields.io/discord/478094546522079232.svg [discord]: https://discord.me/hassioaddons @@ -40,5 +48,5 @@ Some advantages and use-cases for this are: [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.35.2-blue.svg -[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.35.2 \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-v0.36.0-blue.svg +[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.36.0 \ No newline at end of file diff --git a/zwavejs2mqtt/config.yaml b/zwavejs2mqtt/config.yaml index 790e808a..f347a1c8 100644 --- a/zwavejs2mqtt/config.yaml +++ b/zwavejs2mqtt/config.yaml @@ -4,6 +4,7 @@ arch: - armhf - armv7 - i386 +codenotary: codenotary@frenck.dev description: Fully configurable Z-Wave JS to MQTT gateway and control panel; based on Zwavejs2Mqtt discovery: @@ -30,5 +31,5 @@ startup: system uart: true udev: true url: https://github.com/hassio-addons/addon-zwavejs2mqtt -version: 0.35.2 +version: 0.36.0 watchdog: http://[HOST]:[PORT:8099]/health/zwave