Skip to content

Commit 218977b

Browse files
emlovefabaff
authored andcommitted
Update the Z-Wave add node instructions (home-assistant#3093)
Now that the frontend Z-Wave panel is available, users don't need to manually trigger services.
1 parent 253dfb4 commit 218977b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_docs/z-wave.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,15 +86,15 @@ Depending on what's plugged into your USB ports, the name found above may change
8686

8787
### {% linkable_title Adding Devices %}
8888

89-
To add a Z-Wave device to your system, go to the Services menu and select the `zwave` domain, and select the `add-node` service. Then find your device's add button and press that as well.
89+
To add a Z-Wave device to your system, go to the Z-Wave panel in the Home Assistant frontend and click the Add Node button in the Z-Wave Network Management card. This will place the controller in inclusion mode, after which you should activate your device to be included by following the instructions provided with the device.
9090

9191
<p class='note'>
9292
Some Z-Wave controllers like Aeotec ZW090 Z-Stick Gen5 have ability to add devices to the network using their own contol buttons. This method should be avoided as it is prone to errors. Devices added to the Z-Wave network using this method may not function well.
9393
</p>
9494

9595
### {% linkable_title Adding Security Devices %}
9696

97-
Security Z-Wave devices require a network key before being added to the network using the `zwave.add_node_secure` service. You must set the *network_key* configuration variable to use a network key before adding these devices.
97+
Security Z-Wave devices require a network key before being added to the network using the Add Secure Node button in the Z-Wave Network Management card. You must set the *network_key* configuration variable to use a network key before adding these devices.
9898

9999
An easy script to generate a random key:
100100
```bash

0 commit comments

Comments
 (0)