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
This commit is contained in:
DubhAd 2018-09-26 12:39:16 +01:00 committed by Fabian Affolter
parent f33219761c
commit 497804add7

View File

@ -42,6 +42,16 @@ zha:
database_path: /config/zigbee.db 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 %} ## {% linkable_title Further reading %}
For more information on using Z-Wave, see the [main documentation](/docs/z-wave/). For more information on using Z-Wave, see the [main documentation](/docs/z-wave/).