mirror of
https://github.com/hassio-addons/repository.git
synced 2025-05-06 20:21:26 +00:00
🎉 Release of add-on Z-Wave JS to MQTT 0.33.0
This commit is contained in:
parent
c1a7e69b4e
commit
58a9736c76
5 changed files with 15 additions and 9 deletions
|
@ -949,10 +949,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/v0.32.2
|
||||
[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/v0.32.2/README.md
|
||||
[addon-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.33.0
|
||||
[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/v0.33.0/README.md
|
||||
[zwavejs2mqtt-issue]: https://github.com/hassio-addons/addon-zwavejs2mqtt/issues
|
||||
[zwavejs2mqtt-version-shield]: https://img.shields.io/badge/version-v0.32.2-blue.svg
|
||||
[zwavejs2mqtt-version-shield]: https://img.shields.io/badge/version-v0.33.0-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,5 +1,11 @@
|
|||
## What’s changed
|
||||
|
||||
## 🧰 Maintenance
|
||||
|
||||
- 🎆 Updates maintenance/license year to 2022 @frenck (#328)
|
||||
|
||||
## ⬆️ Dependency updates
|
||||
|
||||
- ⬆️Update zwavejs2mqtt to 6.2.0 @antsar (#319)
|
||||
- ⬆️ Upgrades add-on base image to 11.0.1 @frenck (#327)
|
||||
- ⬆️ Upgrades ZwaveJS2Mqtt to v6.3.0 @frenck (#330)
|
||||
- ⬆️ Upgrades ZwaveJS2Mqtt to v6.3.1 @frenck (#331)
|
||||
|
|
|
@ -145,7 +145,7 @@ check [the contributor's page][contributors].
|
|||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2021 Franck Nijhof
|
||||
Copyright (c) 2021 - 2022 Franck Nijhof
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
@ -36,9 +36,9 @@ Some advantages and use-cases for this are:
|
|||
[github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||
[github-sponsors]: https://github.com/sponsors/frenck
|
||||
[logo]: https://github.com/hassio-addons/addon-zwavejs2mqtt/raw/main/zwavejs2mqtt/logo.png
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg
|
||||
[maintenance-shield]: https://img.shields.io/maintenance/yes/2022.svg
|
||||
[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-v0.32.2-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.32.2
|
||||
[release-shield]: https://img.shields.io/badge/version-v0.33.0-blue.svg
|
||||
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/v0.33.0
|
|
@ -30,5 +30,5 @@ startup: system
|
|||
uart: true
|
||||
udev: true
|
||||
url: https://github.com/hassio-addons/addon-zwavejs2mqtt
|
||||
version: 0.32.2
|
||||
version: 0.33.0
|
||||
watchdog: http://[HOST]:[PORT:8099]/health/zwave
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue