🎉 Release of add-on Z-Wave to MQTT 0.6.0-beta.1

This commit is contained in:
Community Hass.io Add-ons Bot 2020-04-14 11:57:54 +00:00
parent ac92968bb6
commit c284ca358a
4 changed files with 15 additions and 40 deletions

View file

@ -1191,10 +1191,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-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/v0.5.0
[addon-doc-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/v0.5.0/README.md
[addon-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/v0.6.0-beta.1
[addon-doc-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/v0.6.0-beta.1/README.md
[zwave2mqtt-issue]: https://github.com/hassio-addons/addon-zwave2mqtt/issues
[zwave2mqtt-version-shield]: https://img.shields.io/badge/version-v0.5.0-blue.svg
[zwave2mqtt-version-shield]: https://img.shields.io/badge/version-v0.6.0-beta.1-blue.svg
[zwave2mqtt-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/zwave2mqtt-armhf.svg
[zwave2mqtt-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[zwave2mqtt-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg

View file

@ -1,39 +1,14 @@
[Full Changelog][changelog]
🎉 Major update release!
This upgrades the add-on to the latest Zwave2Mqtt (v2.2.0) using OpenZwave 1.6!
It also means, we are now using the latest and greatest device database available, and are now able to keep up with the device database from the OpenZwave project.
### 🔨 Changes
- :fireworks: Updates maintenance/license year to 2020
- :pencil2: Funding adjustments
- :pencil2: Fixes some spelling and grammar
- :arrow_up: Upgrades git to 2.24.1-r0
- :arrow_up: Upgrades yarn to 1.19.2-r0
- :arrow_up: Upgrades eudev to 3.2.9-r1
- :arrow_up: Upgrades lua-resty-http to 0.15-r0
- :arrow_up: Upgrades libusb to 1.0.23-r0
- :arrow_up: Upgrades openzwave to 1.6.974-r0
- :arrow_up: Upgrades openssl to 1.1.1d-r3
- :ambulance: Upgrade node-serialport on the fly for Node 12.x support
- :pencil2: Fixes some spelling and grammar
- :art: Config.json file formatting
- :ambulance: Fix Patreon link
- :arrow_up: Upgrades nginx to 1.16.1-r6
- :arrow_up: Upgrades nodejs to 12.15.0-r1
- :books: Update add-on documentation to use new YAML configuration format
- :hammer: Re-branding
- :hammer: Update add-on config with new password & list features
- :hammer: Updates for upstream Supervisor changes
- :arrow_up: Upgrades add-on base image to v7.0.2
- :arrow_up: Upgrades open-zwave database to 2e18ba844ff75965819c0dad74817a3178dbe8da
- :arrow_up: Upgrades Zwave2Mqtt to v2.2.0
- :hammer: Don't use apk cache on cleanup
- :hammer: Update community forum links
- :arrow_up: Upgrades base image to v7.1.0
- :arrow_up: Upgrades Zwave2Mqtt to v3.0.2 (#39)
- :ambulance: Use correct webUI protocol depending on config (#43)
- :ambulance: Symlink addition database location
[changelog]: https://github.com/hassio-addons/addon-zwave2mqtt/compare/v0.4.2...v0.5.0
[changelog]: https://github.com/hassio-addons/addon-zwave2mqtt/compare/v0.5.0...v0.6.0-beta.1
Questions? Join our Discord server! https://discord.me/hassioaddons
Enjoying my add-ons? Consider supporting my work: https://patreon.com/frenck

View file

@ -47,10 +47,10 @@ If you are more interested in stable releases of our add-ons:
[discord-shield]: https://img.shields.io/discord/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/v0.5.0/README.md
[docs]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/v0.6.0-beta.1/README.md
[esphome]: https://esphome.io/components/mqtt.html#on-message-trigger
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-z-wave-to-mqtt/115899?u=frenck
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-z-wave-to-mqtt/115899?u=frenck
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
[github-sponsors]: https://github.com/sponsors/frenck
[logo]: https://github.com/hassio-addons/addon-zwave2mqtt/raw/master/zwave2mqtt/logo.png
@ -58,5 +58,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.5.0-blue.svg
[release]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/v0.5.0
[release-shield]: https://img.shields.io/badge/version-v0.6.0-beta.1-blue.svg
[release]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/v0.6.0-beta.1

View file

@ -1,10 +1,10 @@
{
"name": "Z-Wave to MQTT",
"version": "0.5.0",
"version": "0.6.0-beta.1",
"slug": "zwave2mqtt",
"description": "Fully configurable Z-Wave to MQTT gateway and control panel",
"url": "https://github.com/hassio-addons/addon-zwave2mqtt",
"webui": "http://[HOST]:[PORT:8091]",
"webui": "[PROTO:ssl]://[HOST]:[PORT:8091]",
"startup": "system",
"arch": [
"aarch64",