You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_docs/z-wave.markdown
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -237,6 +237,8 @@ The `zwave` component exposes multiple services to help maintain the network.
237
237
| 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. |
238
238
| print_config_parameter | Prints Z-Wave node's config parameter value to the log. |
239
239
| print_node | Print all state of Z-Wave node. |
240
+
| refresh_entity| Refresh Z-Wave entity by refreshing dependent values.|
241
+
| refresh_node| Refresh Z-Wave node. |
240
242
| remove_node | Put the Z-Wave controller in exclusion mode. Allows one to remove a device from the Z-Wave network.|
241
243
| rename_node | Sets a node's name. Requires an `entity_id` and `name` field. |
242
244
| set_config_parameter | Let's the user set a config parameter to a node. |
0 commit comments