mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 08:46:51 +00:00
Small change to recommend adding a network key to the configuration
We should consider recommending a network key for all z-wave installations. As users begin to add more and more devices they may not think about adding this later on as the network grows. Many users come to Discord or elsewhere and get confused as to why their Z-Wave device is not functioning correctly and come to find out they needed a network key and to add the device securely. As more and more Z-Wave Plus devices come out there are more security enabled devices as well. All locks and sensors are pretty much security devices.
This commit is contained in:
parent
050651e660
commit
9d171ff596
@ -53,7 +53,7 @@ usb_path:
|
|||||||
type: string
|
type: string
|
||||||
default: /zwaveusbstick
|
default: /zwaveusbstick
|
||||||
network_key:
|
network_key:
|
||||||
description: The 16-byte network key in the form `"0x01, 0x02..."` used in order to connect securely to compatible devices.
|
description: The 16-byte network key in the form `"0x01, 0x02..."` used in order to connect securely to compatible devices. It is recommended that a network key is configured as security enabled devices will not function correctly if they are not added securely.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: None
|
default: None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user