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
2 changes: 1 addition & 1 deletion homeassistant/components/zwave/services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ add_node:
description: Add a new (unsecure) node to the Z-Wave network. Refer to OZW.log for progress.

add_node_secure:
description: Add a new node to the Z-Wave network with secure communications. Node must support this, and network key must be set. Note that unsecure devices can't directly talk to secure devices. Refer to OZW.log for progress.
description: Add a new node to the Z-Wave network with secure communications. Secure network key must be set, this process will fallback to add_node (unsecure) for unsupported devices. Note that unsecure devices can't directly talk to secure devices. Refer to OZW.log for progress.

cancel_command:
description: Cancel a running Z-Wave controller command. Use this to exit add_node, if you wasn't going to use it but activated it.
Expand Down