From f84dc25792cc1de0dfe31883a42c14743dbadfda Mon Sep 17 00:00:00 2001 From: Hamid Date: Fri, 16 Jun 2017 22:47:24 +0100 Subject: [PATCH] Add network_key configuration (#2828) * Add network_key configuration Network key can be set here rather than in the (difficult to find) configuration `options.xml`. It takes the same comma separated "0xNN" string syntax as previous. * Cleanup unneeded section Removed the options.xml information that is on longer required as per comments from @dale3h --- source/_docs/z-wave.markdown | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/source/_docs/z-wave.markdown b/source/_docs/z-wave.markdown index cd2e9fdd74b..5b38ea21e68 100644 --- a/source/_docs/z-wave.markdown +++ b/source/_docs/z-wave.markdown @@ -35,6 +35,7 @@ zwave: Configuration variables: - **usb_path** (*Optional*): The port where your device is connected to your Home Assistant host. +- **network_key** (*Optional*): The 16 byte network key in the form `"0x01,0x02..."` used in order to connect securely to compatible devices. - **config_path** (*Optional*): The path to the Python OpenZWave configuration files. Defaults to the 'config' that is installed by python-openzwave - **autoheal** (*Optional*): Allows disabling auto Z-Wave heal at midnight. Defaults to True. - **polling_interval** (*Optional*): The time period in milliseconds between polls of a nodes value. Be careful about using polling values below 30000 (30 seconds) as polling can flood the zwave network and cause problems. @@ -88,19 +89,7 @@ To add a Z-Wave device to your system, go to the Services menu and select the `z ### {% linkable_title Adding Security Devices %} -Security Z-Wave devices require a network key before being added to the network using the `zwave.add_node_secure` service. You must edit the `options.xml` file, located in your `python-openzwave config_path` to use a network key before adding these devices. - -Edit your `options.xml` file: - -```bash - -``` -Uncomment the line: -```bash -