From cb8d2511f21893e1ac1d013f52ffd6c289c665d7 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 4 Apr 2021 21:31:32 +0200 Subject: [PATCH 1/2] Deprecate add-on --- README.md | 11 ++++++++++- zwave2mqtt/config.json | 3 ++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fba7464..70ae792 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,15 @@ Fully configurable Z-Wave to MQTT gateway and control panel. ![Z-Wave to MQTT](zwave2mqtt/logo.png) +## Deprecation warning + +**This add-on is in a deprecated state!** + +The upstream project has been archived and will no longer receive updates. +Therefore, there is not other solution but deprecating the add-on as well. + +Please use the Z-Wave JS to MQTT add-on instead. + ## About The Z-Wave to MQTT add-on allows you to decouple your Z-Wave network from @@ -132,7 +141,7 @@ SOFTWARE. [maintenance-shield]: https://img.shields.io/maintenance/yes/2021.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 +[project-stage-shield]: https://img.shields.io/badge/project%20stage-%20!%20DEPRECATED%20%20%20!-ff0000.svg [reddit]: https://reddit.com/r/homeassistant [releases-shield]: https://img.shields.io/github/release/hassio-addons/addon-zwave2mqtt.svg [releases]: https://github.com/hassio-addons/addon-zwave2mqtt/releases diff --git a/zwave2mqtt/config.json b/zwave2mqtt/config.json index 2bf43b5..f726b49 100755 --- a/zwave2mqtt/config.json +++ b/zwave2mqtt/config.json @@ -1,5 +1,6 @@ { - "name": "Z-Wave to MQTT", + "name": "Z-Wave to MQTT (DEPRECATED)", + "stage": "deprecated", "version": "dev", "slug": "zwave2mqtt", "description": "Fully configurable Z-Wave to MQTT gateway and control panel", From 2342774e6a682ae8ee83808f03c383210edf1c73 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Sun, 4 Apr 2021 21:33:55 +0200 Subject: [PATCH 2/2] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70ae792..e297a5f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Fully configurable Z-Wave to MQTT gateway and control panel. **This add-on is in a deprecated state!** The upstream project has been archived and will no longer receive updates. -Therefore, there is not other solution but deprecating the add-on as well. +Therefore, there is no other solution but deprecating the add-on as well. Please use the Z-Wave JS to MQTT add-on instead.