Changes for #7676 in homeassistant (#2674)

* Changes for #7676 in homeassistant

* Update z-wave.markdown
This commit is contained in:
John Arild Berentsen 2017-05-21 20:15:57 +02:00 committed by GitHub
parent e66a4a2794
commit 864f839981

View File

@ -202,6 +202,7 @@ The `zwave` component exposes multiple services to help maintain the network.
| 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.|
| reset_node_meters | Reset a node's meter values. Only works if the node supports this. |
| set_config_parameter | Let's the user set a config parameter to a node. |
| 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.|
| start_network | Starts the Z-Wave network.|