From 6f8db0a3f82ac03dc2f8b2ec966d21320f5246a0 Mon Sep 17 00:00:00 2001 From: Adam Mills Date: Wed, 5 Apr 2017 08:11:49 -0400 Subject: [PATCH] Rename zwave nodes by node ID instead of entity ID (#2382) --- source/_docs/z-wave.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/z-wave.markdown b/source/_docs/z-wave.markdown index 054652db65c..bbe53187b0d 100644 --- a/source/_docs/z-wave.markdown +++ b/source/_docs/z-wave.markdown @@ -241,7 +241,7 @@ The `zwave` component exposes multiple services to help maintain the network. | refresh_entity| Refresh Z-Wave entity by refreshing dependent values.| | refresh_node| Refresh Z-Wave node. | | remove_node | Put the Z-Wave controller in exclusion mode. Allows one to remove a device from the Z-Wave network.| -| rename_node | Sets a node's name. Requires an `entity_id` and `name` field. | +| rename_node | Sets a node's name. Requires a `node_id` and `name` field. | | remove_failed_node | Remove a failed node from the network. The Node should be on the Controllers Failed Node List, otherwise this command will fail.| | replace_failed_node | Replace a failed device with another. If the node is not in the controller's failed nodes list, or the node responds, this command will fail.| | set_config_parameter | Let's the user set a config parameter to a node. |