From a2ec1a47d550c01087ba4daa7cec58c4c5b0cab4 Mon Sep 17 00:00:00 2001
From: Paulus Schoutsen <balloob@gmail.com>
Date: Wed, 3 Feb 2021 11:54:00 +0100
Subject: [PATCH] Mark Z-Wave as deprecated (#45896)

---
 homeassistant/components/zwave/manifest.json | 2 +-
 homeassistant/components/zwave/strings.json  | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/homeassistant/components/zwave/manifest.json b/homeassistant/components/zwave/manifest.json
index a3a2b5e0d83..6623036d2fe 100644
--- a/homeassistant/components/zwave/manifest.json
+++ b/homeassistant/components/zwave/manifest.json
@@ -1,6 +1,6 @@
 {
   "domain": "zwave",
-  "name": "Z-Wave",
+  "name": "Z-Wave (deprecated)",
   "config_flow": true,
   "documentation": "https://www.home-assistant.io/integrations/zwave",
   "requirements": ["homeassistant-pyozw==0.1.10", "pydispatcher==2.0.5"],
diff --git a/homeassistant/components/zwave/strings.json b/homeassistant/components/zwave/strings.json
index 852b8ca22fa..69401b171e2 100644
--- a/homeassistant/components/zwave/strings.json
+++ b/homeassistant/components/zwave/strings.json
@@ -2,8 +2,7 @@
   "config": {
     "step": {
       "user": {
-        "title": "Set up Z-Wave",
-        "description": "See https://www.home-assistant.io/docs/z-wave/installation/ for information on the configuration variables",
+        "description": "This integration is no longer maintained. For new installations, use Z-Wave JS instead.\n\nSee https://www.home-assistant.io/docs/z-wave/installation/ for information on the configuration variables",
         "data": {
           "usb_path": "[%key:common::config_flow::data::usb_path%]",
           "network_key": "Network Key (leave blank to auto-generate)"