Add 'print_node' (source #2066)

This commit is contained in:
Fabian Affolter 2017-02-23 11:44:45 +01:00
parent b50a5f159d
commit 13d5c868e5
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -190,9 +190,7 @@ Home Assistant will trigger a event when the Z-Wave network stopping.
```
#### {% linkable_title zwave.node_event %}
Home Assistant will trigger a event when command_class_basic changes value on a node.
This can be virtually anything, so tests have to be made to determine what value equals what.
You can use this for automations.
Home Assistant will trigger a event when command_class_basic changes value on a node. This can be virtually anything, so tests have to be made to determine what value equals what. You can use this for automations.
Example:
@ -237,7 +235,8 @@ The `zwave` component exposes multiple services to help maintain the network.
| cancel_command | Cancels a running Z-Wave command. If you have started a add_node or remove_node command, and decides you are not going to do it, then this must be used to stop the inclusion/exclusion command. |
| change_association | Add or remove an association in the Z-Wave 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_config_parameter | Prints Z-Wave node's config parameter value to the log. |
| print_node | Print all state of 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. |