From ccfd59919d8af869850f6b300b23eae22ee43aab Mon Sep 17 00:00:00 2001 From: Andrey Date: Sun, 5 Mar 2017 22:24:53 +0200 Subject: [PATCH] Zwvae: Add refresh entity/node services (#2197) --- source/_docs/z-wave.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_docs/z-wave.markdown b/source/_docs/z-wave.markdown index 0bbc1d459bb..3145b37554a 100644 --- a/source/_docs/z-wave.markdown +++ b/source/_docs/z-wave.markdown @@ -237,6 +237,8 @@ The `zwave` component exposes multiple services to help maintain the network. | 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. | | print_config_parameter | Prints Z-Wave node's config parameter value to the log. | | print_node | Print all state of Z-Wave node. | +| 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. | | set_config_parameter | Let's the user set a config parameter to a node. |