⬆️ Updating add-on Z-Wave to MQTT to 9af7a93

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-18 18:09:46 +00:00
parent b1e2358902
commit 0421775cd3
4 changed files with 15 additions and 6 deletions

View file

@ -1135,10 +1135,10 @@ SOFTWARE.
[zwavejs2mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [zwavejs2mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[zwavejs2mqtt-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg [zwavejs2mqtt-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
[zwavejs2mqtt-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg [zwavejs2mqtt-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/f12dde7 [addon-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/9af7a93
[addon-doc-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/f12dde7/README.md [addon-doc-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/9af7a93/README.md
[zwave2mqtt-issue]: https://github.com/hassio-addons/addon-zwave2mqtt/issues [zwave2mqtt-issue]: https://github.com/hassio-addons/addon-zwave2mqtt/issues
[zwave2mqtt-version-shield]: https://img.shields.io/badge/version-f12dde7-blue.svg [zwave2mqtt-version-shield]: https://img.shields.io/badge/version-9af7a93-blue.svg
[zwave2mqtt-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [zwave2mqtt-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[zwave2mqtt-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [zwave2mqtt-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[zwave2mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [zwave2mqtt-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,4 +1,13 @@
# Changelog since v0.9.2 # Changelog since v0.9.2
- ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 (#96)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from v2.2.2 to v2.3.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2.2.2...9379083e426e2e84abb80c8c091f5cdeb7d3fd7a)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 (#94) - ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 (#94)
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from v5.13.0 to v5.14.0. Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from v5.13.0 to v5.14.0.

View file

@ -58,5 +58,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-f12dde7-blue.svg [release-shield]: https://img.shields.io/badge/version-9af7a93-blue.svg
[release]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/f12dde7 [release]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/9af7a93

View file

@ -1,6 +1,6 @@
{ {
"name": "Z-Wave to MQTT", "name": "Z-Wave to MQTT",
"version": "f12dde7", "version": "9af7a93",
"slug": "zwave2mqtt", "slug": "zwave2mqtt",
"description": "Fully configurable Z-Wave to MQTT gateway and control panel", "description": "Fully configurable Z-Wave to MQTT gateway and control panel",
"url": "https://github.com/hassio-addons/addon-zwave2mqtt", "url": "https://github.com/hassio-addons/addon-zwave2mqtt",