From c2da7601ff706a2689085f1fa634d7b1dc17ce2c Mon Sep 17 00:00:00 2001 From: c0ffeeca7 Date: Tue, 15 Jul 2025 14:16:44 +0200 Subject: [PATCH] Implement review feedback --- source/_integrations/zwave_js.markdown | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/source/_integrations/zwave_js.markdown b/source/_integrations/zwave_js.markdown index 7fe9beea331..fae589746f7 100644 --- a/source/_integrations/zwave_js.markdown +++ b/source/_integrations/zwave_js.markdown @@ -980,22 +980,25 @@ Switching does not require renaming your devices. 2. Install and start the **Z-Wave JS UI** add-on. - It may take a while for the add-on to start up. -3. Configure the **Z-Wave JS UI** add-on with the added control panel, including setting the location of your Z-Wave device and the network security keys. +3. Open the **Documentation** tab and copy the URL listed in the section **Setting up the Home Assistant Z-Wave JS integration**. You will need it later. +4. Start reconfiguring the adapter. + - Select the **Z-Wave** integration and select the three-dot {% icon "mdi:dots-vertical" %} menu. + - From the menu, select **Reconfigure**, then **Reconfigure current adapter**. + - Uncheck the **Use the Z-Wave JS Supervisor add-on**. +5. Configure the **Z-Wave JS UI** add-on with the added control panel, including setting the location of your Z-Wave device and the network security keys. - Open the **Z-Wave JS UI** web UI and go to **Settings** > **UI** > **Z-Wave**. - Enter the security keys and region. - Save your changes and in the top-right corner, select the {% icon "solar:restart-outline" %} restart button to reload the add-on configuration. - - Open the **Documentation** tab and copy the URL listed in the section **Setting up the Home Assistant Z-Wave JS integration**. You will need it in the next step. -4. Reconfigure the adapter. +6. Finish reconfiguring the adapter. - Select the **Z-Wave** integration and select the three-dot {% icon "mdi:dots-vertical" %} menu. - From the menu, select **Reconfigure**, then **Reconfigure current adapter**. - Uncheck the **Use the Z-Wave JS Supervisor add-on**. - Under **WebSocket URL**, enter the URL you copied before. - **Troubleshooting**: If it fails to connect although you pasted the right URL, check if you pasted all the security keys in the **Z-Wave JS UI** configuration. -5. Uninstall the official **Z-Wave JS** add-on. - -6. Enable the Z-Wave integration. +7. Uninstall the official **Z-Wave JS** add-on. + - You are asked if you want to delete the related data. Keep it if you think you might switch back to the **Z-Wave JS** add-on later. ### What's the benefit of using Z-Wave JS UI add-on?