From e82bac0ae1ecf769d1a06a5be95ec4a0fd8d216e Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Tue, 18 May 2021 19:48:23 +0000 Subject: [PATCH] :arrow_up: Updating add-on Z-Wave JS to MQTT to 782040c --- README.md | 6 +++--- zwavejs2mqtt/CHANGELOG.md | 23 +++++------------------ zwavejs2mqtt/README.md | 4 ++-- zwavejs2mqtt/config.json | 2 +- 4 files changed, 11 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index d52efb7e7..d19cba3df 100644 --- a/README.md +++ b/README.md @@ -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/0d6c2dd -[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/0d6c2dd/README.md +[addon-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/782040c +[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/782040c/README.md [zwavejs2mqtt-issue]: https://github.com/hassio-addons/addon-zwavejs2mqtt/issues -[zwavejs2mqtt-version-shield]: https://img.shields.io/badge/version-0d6c2dd-blue.svg +[zwavejs2mqtt-version-shield]: https://img.shields.io/badge/version-782040c-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 1260b7659..b7c952ecf 100644 --- a/zwavejs2mqtt/CHANGELOG.md +++ b/zwavejs2mqtt/CHANGELOG.md @@ -1,22 +1,9 @@ -# Changelog since v0.14.1 -- Clean up download of latest DB (#170) -- ⬆️ Upgrades ZwaveJS2Mqtt to v4.2.1 (#169) -- ⬆️ Bump frenck/action-addon-linter from 2 to 2.1 (#167) +# Changelog since v0.15.0 +- ⬆️ Bump actions/stale from 3.0.18 to 3.0.19 (#172) -Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2 to 2.1. -- [Release notes](https://github.com/frenck/action-addon-linter/releases) -- [Commits](https://github.com/frenck/action-addon-linter/compare/v2...v2.1) - -Signed-off-by: dependabot[bot] - -Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> -- ⬆️ Upgrades python3-dev to 3.8.10-r0 (#164) -- ⬆️ Bump brpaz/hadolint-action from v1.4.0 to v1.5.0 (#163) - -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) +Bumps [actions/stale](https://github.com/actions/stale) from 3.0.18 to 3.0.19. +- [Release notes](https://github.com/actions/stale/releases) +- [Commits](https://github.com/actions/stale/compare/v3.0.18...v3.0.19) Signed-off-by: dependabot[bot] diff --git a/zwavejs2mqtt/README.md b/zwavejs2mqtt/README.md index 6b4e4d311..2f86867af 100644 --- a/zwavejs2mqtt/README.md +++ b/zwavejs2mqtt/README.md @@ -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-0d6c2dd-blue.svg -[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/0d6c2dd \ No newline at end of file +[release-shield]: https://img.shields.io/badge/version-782040c-blue.svg +[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/782040c \ No newline at end of file diff --git a/zwavejs2mqtt/config.json b/zwavejs2mqtt/config.json index e96727f19..0105c3dfd 100644 --- a/zwavejs2mqtt/config.json +++ b/zwavejs2mqtt/config.json @@ -1,6 +1,6 @@ { "name": "Z-Wave JS to MQTT", - "version": "0d6c2dd", + "version": "782040c", "slug": "zwavejs2mqtt", "description": "Fully configurable Z-Wave JS to MQTT gateway and control panel", "url": "https://github.com/hassio-addons/addon-zwavejs2mqtt",