From 497804add7b7fd516f43bb2a788c5931f5863608 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Wed, 26 Sep 2018 12:39:16 +0100 Subject: [PATCH] Adding how to confirm the path (#6342) * Adding how to confirm the path Adding how to confirm the USB path for the Z-Wave device * Pointless change to bump netlify --- source/hassio/zwave.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/source/hassio/zwave.markdown b/source/hassio/zwave.markdown index 6920a30615c..44034fc09d6 100644 --- a/source/hassio/zwave.markdown +++ b/source/hassio/zwave.markdown @@ -42,6 +42,16 @@ zha: database_path: /config/zigbee.db ``` +### {% linkable_title Finding the path %} + +If the above defaults don't work, you can check what hardware has been found using the [hassio command](/hassio/commandline/#hardware): + +```bash +$ hassio hardware info +``` + +Or you can use the UI and look in the *System* section of the *Hass.io* menu. There you'll find a *Hardware* button which will list all the hardware found. + ## {% linkable_title Further reading %} For more information on using Z-Wave, see the [main documentation](/docs/z-wave/).