mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Update docs for update PR
This commit is contained in:
parent
4a6b98abde
commit
431963e68c
@ -430,9 +430,10 @@ automation:
|
|||||||
event_data:
|
event_data:
|
||||||
entity_id: zwave.scene_contrl
|
entity_id: zwave.scene_contrl
|
||||||
action:
|
action:
|
||||||
- service: zwave.refresh_indicator
|
- service: zwave.refresh_node_value
|
||||||
data:
|
data_template:
|
||||||
node_id: 3
|
node_id: 3
|
||||||
|
value_id: "{{ states.sensor.scene_contrl_indicator.attributes.value_id }}"
|
||||||
switch:
|
switch:
|
||||||
- platform: template
|
- platform: template
|
||||||
switches:
|
switches:
|
||||||
|
@ -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_config_parameter | Prints Z-Wave node's config parameter value to the (console) log. |
|
||||||
| print_node | Print all states of Z-Wave node. |
|
| print_node | Print all states of Z-Wave node. |
|
||||||
| refresh_entity | Refresh the Z-Wave entity by refreshing dependent values. |
|
| 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 | 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. |
|
| 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_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. |
|
| rename_value | Sets a value's name. Requires a `node_id`, `value_id`, and `name` field. |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user