Update docs for update PR

This commit is contained in:
Blake Blackshear 2018-09-24 21:08:31 -05:00
parent 4a6b98abde
commit 431963e68c
2 changed files with 4 additions and 3 deletions

View File

@ -430,9 +430,10 @@ automation:
event_data:
entity_id: zwave.scene_contrl
action:
- service: zwave.refresh_indicator
data:
- service: zwave.refresh_node_value
data_template:
node_id: 3
value_id: "{{ states.sensor.scene_contrl_indicator.attributes.value_id }}"
switch:
- platform: template
switches:

View File

@ -22,8 +22,8 @@ The `zwave` component exposes multiple services to help maintain the network. Al
| print_config_parameter | Prints Z-Wave node's config parameter value to the (console) log. |
| print_node | Print all states of Z-Wave node. |
| refresh_entity | Refresh the Z-Wave entity by refreshing dependent values. |
| refresh_indicator | Refresh the indicator value of a Z-Wave node. |
| refresh_node | Refresh the Z-Wave node. |
| refresh_node_value | Refresh the specified value of a Z-Wave node. |
| remove_node | Put the Z-Wave controller in exclusion mode. Allows you to remove a device from the Z-Wave network. |
| rename_node | Sets a node's name. Requires a `node_id` and `name` field. |
| rename_value | Sets a value's name. Requires a `node_id`, `value_id`, and `name` field. |