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

This commit is contained in:
Community Hass.io Add-ons Bot 2021-05-11 12:46:43 +00:00
parent d6fd36f10d
commit 45ed2ee90d
4 changed files with 13 additions and 14 deletions

View file

@ -1043,10 +1043,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/dbbc3a5
[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/dbbc3a5/README.md
[addon-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/4efaff6
[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/4efaff6/README.md
[zwavejs2mqtt-issue]: https://github.com/hassio-addons/addon-zwavejs2mqtt/issues
[zwavejs2mqtt-version-shield]: https://img.shields.io/badge/version-dbbc3a5-blue.svg
[zwavejs2mqtt-version-shield]: https://img.shields.io/badge/version-4efaff6-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,12 +1,11 @@
# Changelog since v0.14.0
- ⬆️ Upgrades ZwaveJS2Mqtt to v4.0.1 (#157)
- Fix hanging config update (#159)
- Update database to a3d67de7d113c46460044ca3ecf01eb5c953cffc (#158)
- ⬆️ Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 (#154)
# Changelog since v0.14.1
- ⬆️ Upgrades python3-dev to 3.8.10-r0 (#164)
- ⬆️ Bump brpaz/hadolint-action from v1.4.0 to v1.5.0 (#163)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.2.0 to v1.3.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.2.0...0d135e0c2fc0dba0729c1a47ecfcf5a3c7f8579e)
Bumps [brpaz/hadolint-action](https://github.com/brpaz/hadolint-action) from v1.4.0 to v1.5.0.
- [Release notes](https://github.com/brpaz/hadolint-action/releases)
- [Changelog](https://github.com/hadolint/hadolint-action/blob/master/.releaserc)
- [Commits](https://github.com/brpaz/hadolint-action/compare/v1.4.0...c27bd9edc1e95eed30474db8f295ff5807ebca14)
Signed-off-by: dependabot[bot] <support@github.com>

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]: 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-dbbc3a5-blue.svg
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/dbbc3a5
[release-shield]: https://img.shields.io/badge/version-4efaff6-blue.svg
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/4efaff6

View file

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