mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 04:01:25 +00:00
⬆️ Updating add-on Z-Wave JS to MQTT to 1a8375c
This commit is contained in:
parent
16e346979a
commit
524acf06e9
4 changed files with 15 additions and 6 deletions
|
@ -1103,10 +1103,10 @@ SOFTWARE.
|
|||
[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-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||
[addon-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/10ed9f7
|
||||
[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/10ed9f7/README.md
|
||||
[addon-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/1a8375c
|
||||
[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/1a8375c/README.md
|
||||
[zwavejs2mqtt-issue]: https://github.com/hassio-addons/addon-zwavejs2mqtt/issues
|
||||
[zwavejs2mqtt-version-shield]: https://img.shields.io/badge/version-10ed9f7-blue.svg
|
||||
[zwavejs2mqtt-version-shield]: https://img.shields.io/badge/version-1a8375c-blue.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-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||
|
|
|
@ -1,4 +1,13 @@
|
|||
# Changelog since v0.11.0
|
||||
- ⬆️ Bump actions/cache from v2.1.4 to v2.1.5 (#127)
|
||||
|
||||
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5.
|
||||
- [Release notes](https://github.com/actions/cache/releases)
|
||||
- [Commits](https://github.com/actions/cache/compare/v2.1.4...1a9e2138d905efd099035b49d8b7a3888c653ca8)
|
||||
|
||||
Signed-off-by: dependabot[bot] <support@github.com>
|
||||
|
||||
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||
- ⬆️ Upgrades nodejs to 14.16.1-r1 (#126)
|
||||
- ⬆️ Upgrades ZwaveJS2Mqtt to v3.2.1 (#125)
|
||||
- ⬆️ Upgrades add-on base image to v9.1.7 (#124)
|
||||
|
|
|
@ -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]: 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-10ed9f7-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/10ed9f7
|
||||
[release-shield]: https://img.shields.io/badge/version-1a8375c-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/1a8375c
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "Z-Wave JS to MQTT",
|
||||
"version": "10ed9f7",
|
||||
"version": "1a8375c",
|
||||
"slug": "zwavejs2mqtt",
|
||||
"description": "Fully configurable Z-Wave JS to MQTT gateway and control panel",
|
||||
"url": "https://github.com/hassio-addons/addon-zwavejs2mqtt",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue