⬆️ Updating add-on Z-Wave JS to MQTT to 351a3b0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-09-27 09:40:01 +00:00
parent d7d469e752
commit 387e86f0ae
4 changed files with 9 additions and 43 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/516de65 [addon-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/351a3b0
[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/516de65/README.md [addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/351a3b0/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-516de65-blue.svg [zwavejs2mqtt-version-shield]: https://img.shields.io/badge/version-351a3b0-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,37 +1,3 @@
# Changelog since v0.24.1 # Changelog since v0.25.0
- Upgrades ZwaveJS2Mqtt to v5.6.0 (#251) - 🚑 Increase yarn network timeout for more consistent builds (#255)
- ⬆️ Upgrades add-on base image to 10.1.0 (#253) - ⬆️ Upgrades ZwaveJS2Mqtt to v5.6.1 (#254)
- ⬆️ Upgrades nodejs to 14.17.6-r0 (#252)
- ⬆️ Bump docker/setup-buildx-action from 1.5.1 to 1.6.0 (#248)
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1.5.1 to 1.6.0.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1.5.1...v1.6.0)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆ Bump creyD/prettier_action from 3.3 to 4.0 (#250)
- ⬆️ Bump frenck/action-addon-linter from 2.2 to 2.3 (#246)
Bumps [frenck/action-addon-linter](https://github.com/frenck/action-addon-linter) from 2.2 to 2.3.
- [Release notes](https://github.com/frenck/action-addon-linter/releases)
- [Commits](https://github.com/frenck/action-addon-linter/compare/v2.2...v2.3)
---
updated-dependencies:
- dependency-name: frenck/action-addon-linter
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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-516de65-blue.svg [release-shield]: https://img.shields.io/badge/version-351a3b0-blue.svg
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/516de65 [release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/351a3b0

View file

@ -1,6 +1,6 @@
{ {
"name": "Z-Wave JS to MQTT", "name": "Z-Wave JS to MQTT",
"version": "516de65", "version": "351a3b0",
"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",