From 431963e68cb7803c8197b7a2e2e40590036520ed Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Mon, 24 Sep 2018 21:08:31 -0500 Subject: [PATCH] Update docs for update PR --- source/_docs/z-wave/device-specific.markdown | 5 +++-- source/_docs/z-wave/services.markdown | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/source/_docs/z-wave/device-specific.markdown b/source/_docs/z-wave/device-specific.markdown index c622569e8bc..c080c8324b2 100644 --- a/source/_docs/z-wave/device-specific.markdown +++ b/source/_docs/z-wave/device-specific.markdown @@ -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: diff --git a/source/_docs/z-wave/services.markdown b/source/_docs/z-wave/services.markdown index a7e0e1a9540..dc61479a1e5 100644 --- a/source/_docs/z-wave/services.markdown +++ b/source/_docs/z-wave/services.markdown @@ -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. |