mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 04:37:06 +00:00
further document add_node_secure (#8229)
added documentation to *attempt* explanation that add_node_secure will also function for adding unsecure nodes.
This commit is contained in:
parent
31f17a91e6
commit
33fd2250fd
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user