Mark Z-Wave as deprecated (#45896)
parent
959ed6d077
commit
a2ec1a47d5
|
@ -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"],
|
||||
|
|
|
@ -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)"
|
||||
|
|
Loading…
Reference in New Issue