mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-06 12:11:33 +00:00
⬆️ Updating add-on Z-Wave JS to MQTT to dbbc3a5
This commit is contained in:
parent
7450d5d750
commit
f98cb9475c
4 changed files with 9 additions and 6 deletions
|
@ -1066,10 +1066,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/1ffad66
|
[addon-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/dbbc3a5
|
||||||
[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/1ffad66/README.md
|
[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/dbbc3a5/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-1ffad66-blue.svg
|
[zwavejs2mqtt-version-shield]: https://img.shields.io/badge/version-dbbc3a5-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
|
||||||
|
|
|
@ -1,4 +1,7 @@
|
||||||
# Changelog since v0.14.0
|
# Changelog since v0.14.0
|
||||||
|
- ⬆️ Upgrades ZwaveJS2Mqtt to v4.0.1 (#157)
|
||||||
|
- Fix hanging config update (#159)
|
||||||
|
- Update database to a3d67de7d113c46460044ca3ecf01eb5c953cffc (#158)
|
||||||
- ⬆️ Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 (#154)
|
- ⬆️ Bump docker/setup-buildx-action from v1.2.0 to v1.3.0 (#154)
|
||||||
|
|
||||||
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.2.0 to v1.3.0.
|
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from v1.2.0 to v1.3.0.
|
||||||
|
|
|
@ -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-1ffad66-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-dbbc3a5-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/1ffad66
|
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/dbbc3a5
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Z-Wave JS to MQTT",
|
"name": "Z-Wave JS to MQTT",
|
||||||
"version": "1ffad66",
|
"version": "dbbc3a5",
|
||||||
"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",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue