From bc6ddb2a23f6f40c5546ef9351757be521827ac1 Mon Sep 17 00:00:00 2001 From: Raman Gupta <7243222+raman325@users.noreply.github.com> Date: Wed, 25 Oct 2023 12:25:17 -0400 Subject: [PATCH] Add docs for new zwave hard reset action (#29362) --- 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 7047bedd99fb..1a2e0888ae6a 100644 --- a/source/_integrations/zwave_js.markdown +++ b/source/_integrations/zwave_js.markdown @@ -167,7 +167,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)