⬆️ Updating add-on Z-Wave JS to MQTT to 4cedc24

This commit is contained in:
Community Hass.io Add-ons Bot 2021-07-02 07:44:39 +00:00
parent 8fb0463ffd
commit 335ead13d8
4 changed files with 12 additions and 14 deletions

View file

@ -1043,10 +1043,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/2b31e5b [addon-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/4cedc24
[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/2b31e5b/README.md [addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/4cedc24/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-2b31e5b-blue.svg [zwavejs2mqtt-version-shield]: https://img.shields.io/badge/version-4cedc24-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,15 +1,13 @@
# Changelog since v0.21.0 # Changelog since v0.22.0
- ⬆️ Upgrades ZwaveJS2Mqtt to v5.2.1 (#209) - ⬆️ Bump docker/build-push-action from 2.5.0 to 2.6.1 (#211)
- ⬆️ Upgrades ZwaveJS2Mqtt to v5.2.0 (#208)
- ⬆️ Bump docker/setup-buildx-action from 1.3.0 to 1.4.1 (#207)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.3.0 to 1.4.1. Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2.5.0 to 2.6.1.
- [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.3.0...v1.4.1) - [Commits](https://github.com/docker/build-push-action/compare/v2.5.0...v2.6.1)
--- ---
updated-dependencies: updated-dependencies:
- dependency-name: docker/setup-buildx-action - dependency-name: docker/build-push-action
dependency-type: direct:production dependency-type: direct:production
update-type: version-update:semver-minor update-type: version-update:semver-minor
... ...

View file

@ -59,5 +59,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-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-2b31e5b-blue.svg [release-shield]: https://img.shields.io/badge/version-4cedc24-blue.svg
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/2b31e5b [release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/4cedc24

View file

@ -1,6 +1,6 @@
{ {
"name": "Z-Wave JS to MQTT", "name": "Z-Wave JS to MQTT",
"version": "2b31e5b", "version": "4cedc24",
"slug": "zwavejs2mqtt", "slug": "zwavejs2mqtt",
"description": "Fully configurable Z-Wave JS to MQTT gateway and control panel", "description": "Fully configurable Z-Wave JS to MQTT gateway and control panel",
"url": "https://github.com/hassio-addons/addon-zwavejs2mqtt", "url": "https://github.com/hassio-addons/addon-zwavejs2mqtt",