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

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-06 11:40:05 +00:00
parent b229051f7c
commit ffdedca703
4 changed files with 9 additions and 18 deletions

View file

@ -1103,10 +1103,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/4436e17 [addon-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/4a74fbb
[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/4436e17/README.md [addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/4a74fbb/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-4436e17-blue.svg [zwavejs2mqtt-version-shield]: https://img.shields.io/badge/version-4a74fbb-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,12 +1,3 @@
# Changelog since v0.9.0 # Changelog since v0.9.1
- Update database to 07634576787290b58540ef56a4a8dc4b8771a725 (#107) - ⬆️ Upgrades ZwaveJS2Mqtt to v3.1.0 (#110)
- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 (#106) - Update database to bb6012deb9e0d99e3a0f3f6d1efbea28f4766a31 (#111)
Bumps [ludeeus/action-shellcheck](https://github.com/ludeeus/action-shellcheck) from 1.0.0 to 1.1.0.
- [Release notes](https://github.com/ludeeus/action-shellcheck/releases)
- [Commits](https://github.com/ludeeus/action-shellcheck/compare/1.0.0...94e0aab03ca135d11a35e5bfc14e6746dc56e7e9)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Upgrades ZwaveJS2Mqtt to v3.0.3 (#105)

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

View file

@ -1,6 +1,6 @@
{ {
"name": "Z-Wave JS to MQTT", "name": "Z-Wave JS to MQTT",
"version": "4436e17", "version": "4a74fbb",
"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",