⬆️ Updating add-on Z-Wave JS to MQTT to 782040c

This commit is contained in:
Community Hass.io Add-ons Bot 2021-05-18 19:48:23 +00:00
parent 3d515fbc23
commit e82bac0ae1
4 changed files with 11 additions and 24 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/0d6c2dd [addon-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/782040c
[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/0d6c2dd/README.md [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-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-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,22 +1,9 @@
# Changelog since v0.14.1 # Changelog since v0.15.0
- Clean up download of latest DB (#170) - ⬆️ Bump actions/stale from 3.0.18 to 3.0.19 (#172)
- ⬆️ Upgrades ZwaveJS2Mqtt to v4.2.1 (#169)
- ⬆️ Bump frenck/action-addon-linter from 2 to 2.1 (#167)
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2 to 2.1. Bumps [actions/stale](https://github.com/actions/stale) from 3.0.18 to 3.0.19.
- [Release notes](https://github.com/frenck/action-addon-linter/releases) - [Release notes](https://github.com/actions/stale/releases)
- [Commits](https://github.com/frenck/action-addon-linter/compare/v2...v2.1) - [Commits](https://github.com/actions/stale/compare/v3.0.18...v3.0.19)
Signed-off-by: dependabot[bot] <support@github.com>
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)
Signed-off-by: dependabot[bot] <support@github.com> 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-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-0d6c2dd-blue.svg [release-shield]: https://img.shields.io/badge/version-782040c-blue.svg
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/0d6c2dd [release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/782040c

View file

@ -1,6 +1,6 @@
{ {
"name": "Z-Wave JS to MQTT", "name": "Z-Wave JS to MQTT",
"version": "0d6c2dd", "version": "782040c",
"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",