🎉 Release of add-on Z-Wave to MQTT (DEPRECATED) 0.10.0

This commit is contained in:
Community Hass.io Add-ons Bot 2021-04-04 21:22:32 +00:00
parent ca8888bea2
commit abc3653eb7
4 changed files with 25 additions and 12 deletions

View file

@ -1,11 +1,23 @@
## Whats changed
## 🧰 Maintenance
⚠️ **This add-on is now deprecated.**
- Update add-on configuration for Supervisor 2021.2 @frenck (#92)
The upstream project has been archived and will no longer receive updates. Therefore, there is no other solution but to deprecate the add-on as well.
Please use the Z-Wave JS to MQTT add-on instead, this add-on will be removed from the add-on store soon.
## 🚨 Breaking changes
- Deprecate add-on @frenck (#104)
## ⬆️ Dependency updates
- ⬆️ Bump actions/cache from v2.1.3 to v2.1.4 @dependabot (#90)
- ⬆️ Bump actionshub/markdownlint from 2.0.0 to 2.0.2 @dependabot (#89)
- ⬆️ Bump actions/stale from v3.0.15 to v3.0.16 @dependabot (#91)
- ⬆ Upgrades git to 2.30.1-r0 @frenck (#93)
- ⬆️ Bump release-drafter/release-drafter from v5.13.0 to v5.14.0 @dependabot (#94)
- ⬆️ Bump docker/build-push-action from v2.2.2 to v2.3.0 @dependabot (#96)
- ⬆️ Bump actions/stale from v3.0.16 to v3.0.17 @dependabot (#97)
- ⬆️ Bump actions/stale from v3.0.17 to v3.0.18 @dependabot (#99)
- ⬆️ Bump release-drafter/release-drafter from v5.14.0 to v5.15.0 @dependabot (#100)
- ⬆️ Bump frenck/action-addon-linter from v2.0.0 to v2.1 @dependabot (#101)
- ⬆️ Bump ludeeus/action-shellcheck from 1.0.0 to 1.1.0 @dependabot (#102)
- Fix add-on build @frenck (#103)

View file

@ -55,5 +55,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-v0.9.2-blue.svg
[release]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/v0.9.2
[release-shield]: https://img.shields.io/badge/version-v0.10.0-blue.svg
[release]: https://github.com/hassio-addons/addon-zwave2mqtt/tree/v0.10.0

View file

@ -1,6 +1,7 @@
{
"name": "Z-Wave to MQTT",
"version": "0.9.2",
"name": "Z-Wave to MQTT (DEPRECATED)",
"stage": "deprecated",
"version": "0.10.0",
"slug": "zwave2mqtt",
"description": "Fully configurable Z-Wave to MQTT gateway and control panel",
"url": "https://github.com/hassio-addons/addon-zwave2mqtt",