From 79407140e133fe52a5bd28f89d3f213050804da0 Mon Sep 17 00:00:00 2001 From: Jesse Newland Date: Mon, 22 Aug 2016 08:35:26 -0500 Subject: [PATCH] Document zwave.rename_node (#818) --- source/getting-started/z-wave.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/getting-started/z-wave.markdown b/source/getting-started/z-wave.markdown index aa4534e5b38..8b24ce84de5 100644 --- a/source/getting-started/z-wave.markdown +++ b/source/getting-started/z-wave.markdown @@ -181,6 +181,7 @@ The Z-Wave component exposes seven services to help maintain the network. | remove_node | Put the zwave controller in exclusion mode. Allows one to remove a device from the zwave network.| | soft_reset | Tells the controller to do a "soft reset". This is not supposed to lose any data, but different controllers can behave differently to a "soft reset" command.| | test_network | Tells the controller to send no-op commands to each node and measure the time for a response. In theory, this can also bring back nodes which have been marked "presumed dead".| +| rename_node | Sets a node's name. Requires an `entity_id` and `name` field. | The soft_reset and heal_network commands can be used as part of an automation script to help keep a zwave network running relliably. For example: