From 610b8e7f64e5a4b9b26b2a4f219c1bffce403312 Mon Sep 17 00:00:00 2001 From: Charles Garwood Date: Tue, 9 Oct 2018 13:59:22 -0400 Subject: [PATCH] Add config entry note for Z-Wave (#6636) * Add config entry note for Z-Wave * :pencil2: Tweaks --- source/_docs/z-wave/installation.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_docs/z-wave/installation.markdown b/source/_docs/z-wave/installation.markdown index a734e976e51..444634feb8e 100644 --- a/source/_docs/z-wave/installation.markdown +++ b/source/_docs/z-wave/installation.markdown @@ -110,6 +110,11 @@ device_config / device_config_domain / device_config_glob: default: False {% endconfiguration %} +

+As of Home Assistant 0.81, the Z-Wave `usb_path` and `network_key` options are configured through the Integrations page in Home Assistant. Specifying a `zwave:` section in configuration.yaml is no longer required unless you need to customize other settings, such as `device_config`, `polling_interval`, etc. +

+ + ### {% linkable_title Finding the controller path on Linux %}