mirror of
https://github.com/hassio-addons/repository-edge.git
synced 2025-05-05 11:41:31 +00:00
⬆️ Updating add-on Z-Wave JS to MQTT to 41a0978
This commit is contained in:
parent
bbd7f97849
commit
201b283784
4 changed files with 24 additions and 10 deletions
|
@ -1043,10 +1043,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/208b417
|
[addon-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/41a0978
|
||||||
[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/208b417/README.md
|
[addon-doc-zwavejs2mqtt]: https://github.com/hassio-addons/addon-zwavejs2mqtt/blob/41a0978/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-208b417-blue.svg
|
[zwavejs2mqtt-version-shield]: https://img.shields.io/badge/version-41a0978-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,18 @@
|
||||||
# Changelog since v0.26.0
|
# Changelog since v0.27.0
|
||||||
- Upgrades ZwaveJS2Mqtt to v5.8.0 (#270)
|
- ⬆️ Bump actions/checkout from 2.3.4 to 2.3.5 (#271)
|
||||||
- ⬆️ Upgrades add-on base image to 10.1.1 (#268)
|
|
||||||
- ⬆ Upgrade lock-threads workflow to 3.0.0 (#267)
|
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.4 to 2.3.5.
|
||||||
|
- [Release notes](https://github.com/actions/checkout/releases)
|
||||||
|
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
|
||||||
|
- [Commits](https://github.com/actions/checkout/compare/v2.3.4...v2.3.5)
|
||||||
|
|
||||||
|
---
|
||||||
|
updated-dependencies:
|
||||||
|
- dependency-name: actions/checkout
|
||||||
|
dependency-type: direct:production
|
||||||
|
update-type: version-update:semver-patch
|
||||||
|
...
|
||||||
|
|
||||||
|
Signed-off-by: dependabot[bot] <support@github.com>
|
||||||
|
|
||||||
|
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
||||||
|
|
|
@ -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-208b417-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-41a0978-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/208b417
|
[release]: https://github.com/hassio-addons/addon-zwavejs2mqtt/tree/41a0978
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "Z-Wave JS to MQTT",
|
"name": "Z-Wave JS to MQTT",
|
||||||
"version": "208b417",
|
"version": "41a0978",
|
||||||
"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