Added a section about delay during startup (#3421)

* Added a section about delay during startup

Added additional note right after configuration to let users know about the expected delays during startup due to installation of additional dependencies.

* Set first letter of name to upper-case
This commit is contained in:
Mahasri Kalavala 2017-09-23 12:28:35 -04:00 committed by Fabian Affolter
parent 707343c68e
commit 94a862fd29

View File

@ -86,6 +86,10 @@ $ ls /dev/cu.usbmodem*
Depending on what's plugged into your USB ports, the name found above may change. You can lock in a name, such as `/dev/zwave`, by following [these instructions](http://hintshop.ludvig.co.nz/show/persistent-names-usb-serial-devices/). Depending on what's plugged into your USB ports, the name found above may change. You can lock in a name, such as `/dev/zwave`, by following [these instructions](http://hintshop.ludvig.co.nz/show/persistent-names-usb-serial-devices/).
</p> </p>
<p class='note'>
After installing and configuring Z-Wave, Home Assistant will try to install required Python Z-Wave libraries during startup (if they are not already installed). This process might take anywhere between 5 to 25 minutes depending upon various factors. Please be patient, and let it run! This happens only once and the subsequent restarts will have no impact in performance.
</p>
### {% linkable_title Adding Devices %} ### {% linkable_title Adding Devices %}
To add a Z-Wave device to your system, go to the Z-Wave panel in the Home Assistant frontend and click the Add Node button in the Z-Wave Network Management card. This will place the controller in inclusion mode, after which you should activate your device to be included by following the instructions provided with the device. To add a Z-Wave device to your system, go to the Z-Wave panel in the Home Assistant frontend and click the Add Node button in the Z-Wave Network Management card. This will place the controller in inclusion mode, after which you should activate your device to be included by following the instructions provided with the device.