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

This commit is contained in:
Community Hass.io Add-ons Bot 2021-02-09 09:23:25 +00:00
parent ab4a1ba4f4
commit b72dc5d496
4 changed files with 8 additions and 36 deletions

View file

@ -1135,10 +1135,10 @@ SOFTWARE.
[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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/c8e1d62
[addon-doc-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/c8e1d62/README.md
[addon-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/9a2866a
[addon-doc-zwave2mqtt]: https://github.com/hassio-addons/addon-zwave2mqtt/blob/9a2866a/README.md
[zwave2mqtt-issue]: https://github.com/hassio-addons/addon-zwave2mqtt/issues
[zwave2mqtt-version-shield]: https://img.shields.io/badge/version-c8e1d62-blue.svg
[zwave2mqtt-version-shield]: https://img.shields.io/badge/version-9a2866a-blue.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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg

View file

@ -1,30 +1,2 @@
# Changelog since v0.9.1
- Update add-on configuration for Supervisor 2021.2 (#92)
- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 (#91)
Bumps [actions/stale](https://github.com/actions/stale) from v3.0.15 to v3.0.16.
- [Release notes](https://github.com/actions/stale/releases)
- [Commits](https://github.com/actions/stale/compare/v3.0.15...9d6f46564a515a9ea11e7762ab3957ee58ca50da)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 (#89)
Bumps [actionshub/markdownlint](https://github.com/actionshub/markdownlint) from 2.0.0 to 2.0.2.
- [Release notes](https://github.com/actionshub/markdownlint/releases)
- [Changelog](https://github.com/actionshub/markdownlint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/actionshub/markdownlint/compare/2.0.0...4668c0321d5e398f4776e88e0f87d203dec0fd99)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 (#90)
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.3 to v2.1.4.
- [Release notes](https://github.com/actions/cache/releases)
- [Commits](https://github.com/actions/cache/compare/v2.1.3...26968a09c0ea4f3e233fdddbafd1166051a095f6)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
# Changelog since v0.9.2
- ⬆ Upgrades git to 2.30.1-r0 (#93)

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]: 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-c8e1d62-blue.svg
[release]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/c8e1d62
[release-shield]: https://img.shields.io/badge/version-9a2866a-blue.svg
[release]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/9a2866a

View file

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