Skip to content

Commit 47bcde1

Browse files
philhawthorneLandrash
authored andcommitted
Update Z-wave Association service name (home-assistant#1304)
The z-wave association service is actually called `change_association`.
1 parent 34738a6 commit 47bcde1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/getting-started/z-wave.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ The `zwave` component exposes multiple services to help maintain the network.
221221
| ------- | ----------- |
222222
| add_node | Put the Z-Wave controller in inclusion mode. Allows one to add a new device to the Z-Wave network.|
223223
| add_node_secure | Put the Z-Wave controller in secure inclusion mode. Allows one to add a new device with secure communications to the Z-Wave network. |
224-
| association | Add or remove an association in th Z-Wave network
224+
| change_association | Add or remove an association in th Z-Wave network
225225
| cancel_command | Cancels a running Z-Wave command. If you have started a add_node or remove_node command, and decides you are not going to do it, then this must be used to stop the inclusion/exclusion command. |
226226
| heal_network | Tells the controller to "heal" the Z-Wave network. Basically asks the nodes to tell the controller all of their neighbors so the controller can refigure out optimal routing. |
227227
| remove_node | Put the Z-Wave controller in exclusion mode. Allows one to remove a device from the Z-Wave network.|

0 commit comments

Comments
 (0)