From 13515327fde023949855b534bb4f6218d7363896 Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Sun, 15 Oct 2023 11:35:19 -0400 Subject: [PATCH] Add docs for new zwave hard reset action --- source/_integrations/zwave_js.markdown | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/source/_integrations/zwave_js.markdown b/source/_integrations/zwave_js.markdown index 62aa4a16eb89..be62d9cd6f0f 100644 --- a/source/_integrations/zwave_js.markdown +++ b/source/_integrations/zwave_js.markdown @@ -165,7 +165,15 @@ Some features can be accessed from the menu of integration itself. As they are n ### Device panel -The following features can be accessed from the device panel of a Z-Wave device: +#### Controller + +The following features can be accessed from the device panel of a Z-Wave controller: + +- **Factory reset:** Exercise extreme caution when using this action! Once initiated, your controller will be reset to factory settings, it will forget all devices it is paired with, it will establish a new network ID that will prevent any recovery of your old network, and all Z-Wave devices for this network will be removed from Home Assistant. If there are any devices still paired with the controller when it is reset, they will have to go through the exclusion process before they can be re-paired. + +#### Network devices + +The following features can be accessed from the device panel of any Z-Wave device on your network aside from the controller: ![Z-Wave device panel](/images/integrations/z-wave/z-wave-device-info.png)