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

This commit is contained in:
Community Hass.io Add-ons Bot 2022-03-09 15:09:40 +00:00
parent 7bfb4c6141
commit dd50a7f087
5 changed files with 41 additions and 12 deletions

View file

@ -949,10 +949,10 @@ SOFTWARE.
[wireguard-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [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-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[wireguard-i386-shield]: https://img.shields.io/badge/i386-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-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.36.0
[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/v0.35.2/README.md [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-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-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[zwavejs2mqtt-amd64-shield]: https://img.shields.io/badge/amd64-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 [zwavejs2mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,5 +1,13 @@
## Whats changed ## Whats changed
## 🚀 Enhancements
- 🔒 Sign add-on with Codenotary Community Attestation Service (CAS) @frenck (#349)
## 📚 Documentation
- 📚 Add My buttons to documentation @frenck (#350)
## ⬆️ Dependency updates ## ⬆️ Dependency updates
- ⬆️ Upgrades ZwaveJS2Mqtt to v6.5.2 @frenck (#346) - ⬆️ Upgrades add-on base image to 11.1.0 @frenck (#348)

View file

@ -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 a web-based control panel, allowing you to configure every aspect of your
Z-Wave network and how they are published in MQTT. 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. - Compatible with the Home Assistant Z-Wave JS integration.
- Your Z-Wave network will keep running between Home Assistant restarts. - 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 The installation of this add-on is pretty straightforward and not different in
comparison to installing any other Home Assistant add-on. 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 1. Click the Home Assistant My button below to open the add-on on your Home
and install it. Assistant instance.
1. Start the "Z-Wave JS to MQTT" add-on.
[![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 1. Check the logs of the "Z-Wave JS to MQTT" add-on to see if everything went
well. well.
1. Click the "OPEN WEB UI" button. 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 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. 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 [contributors]: https://github.com/hassio-addons/addon-zwavejs2mqtt/graphs/contributors
[discord-ha]: https://discord.gg/c5DvZ4e [discord-ha]: https://discord.gg/c5DvZ4e
[discord]: https://discord.me/hassioaddons [discord]: https://discord.me/hassioaddons
@ -175,5 +185,7 @@ SOFTWARE.
[issue]: https://github.com/hassio-addons/addon-zwavejs2mqtt/issues [issue]: https://github.com/hassio-addons/addon-zwavejs2mqtt/issues
[reddit]: https://reddit.com/r/homeassistant [reddit]: https://reddit.com/r/homeassistant
[releases]: https://github.com/hassio-addons/addon-zwavejs2mqtt/releases [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 [semver]: http://semver.org/spec/v2.0.0.htm
[zwavejs2mqtt]: https://github.com/zwave-js/zwavejs2mqtt [zwavejs2mqtt]: https://github.com/zwave-js/zwavejs2mqtt

View file

@ -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 a web-based control panel, allowing you to configure every aspect of your
Z-Wave network and how they are published in MQTT. 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. - Compatible with the Home Assistant Z-Wave JS integration.
- Your Z-Wave network will keep running between Home Assistant restarts. - 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. it is available for Home Assistant at the same time.
- Allow [ESPHome.io][esphome] based ESP devices to directly respond or work - Allow [ESPHome.io][esphome] based ESP devices to directly respond or work
with your Z-Wave network. 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-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons [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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck [patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg [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-shield]: https://img.shields.io/badge/version-v0.36.0-blue.svg
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.35.2 [release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.36.0

View file

@ -4,6 +4,7 @@ arch:
- armhf - armhf
- armv7 - armv7
- i386 - i386
codenotary: codenotary@frenck.dev
description: Fully configurable Z-Wave JS to MQTT gateway and control panel; based description: Fully configurable Z-Wave JS to MQTT gateway and control panel; based
on Zwavejs2Mqtt on Zwavejs2Mqtt
discovery: discovery:
@ -30,5 +31,5 @@ startup: system
uart: true uart: true
udev: true udev: true
url: https://github.com/hassio-addons/addon-zwavejs2mqtt url: https://github.com/hassio-addons/addon-zwavejs2mqtt
version: 0.35.2 version: 0.36.0
watchdog: http://[HOST]:[PORT:8099]/health/zwave watchdog: http://[HOST]:[PORT:8099]/health/zwave