Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions homeassistant/components/zwave/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,14 @@ remove_node:
description: Remove a node from the Z-Wave network. Refer to OZW.log for progress.

remove_failed_node:
descsription: This command will remove a failed node from the network. The node should be on the controllers failed nodes list, otherwise this command will fail. Refer to OZW.log for progress.
description: This command will remove a failed node from the network. The node should be on the controllers failed nodes list, otherwise this command will fail. Refer to OZW.log for progress.
fields:
node_id:
description: Node id of the device to remove (integer).
example: 10

replace_failed_node:
descsription: Replace a failed node with another. If the node is not in the controller's failed nodes list, or the node responds, this command will fail. Refer to OZW.log for progress.
description: Replace a failed node with another. If the node is not in the controller's failed nodes list, or the node responds, this command will fail. Refer to OZW.log for progress.
fields:
node_id:
description: Node id of the device to replace (integer).
Expand Down Expand Up @@ -105,7 +105,7 @@ test_network:
description: This will send test to nodes in the Z-Wave network. This will greatly slow down the Z-Wave network while it is being processed. Refer to OZW.log for progress.

rename_node:
description: Set the name(s) of a node.
description: Set the name of a node. This will also affect the IDs of all entities in the node.
fields:
node_id:
description: ID of the node to rename.
Expand All @@ -115,7 +115,7 @@ rename_node:
example: 'kitchen'

rename_value:
description: Set the name of a node value. Value IDs can be queried from /api/zwave/values/{node_id}
description: Set the name of a node value. This will affect the ID of the value entity. Value IDs can be queried from /api/zwave/values/{node_id}
fields:
node_id:
description: ID of the node to rename.
Expand Down