Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docs for new zwave hard reset action #29362

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion source/_integrations/zwave_js.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down