Update raspberry-pi.markdown (#4319)

This commit is contained in:
Mahasri Kalavala 2018-01-03 15:24:16 -05:00 committed by Fabian Affolter
parent 4d4c74a498
commit 2ad2ebce8f

View File

@ -72,6 +72,8 @@ Start Home Assistant for the first time. This will complete the installation, cr
```bash
(homeassistant) $ hass
```
You can now reach your installation on your Raspberry Pi over the web interface on [http://ipaddress:8123](http://ipaddress:8123).
<p class='note'>
When you run the `hass` command for the first time, it will download, install and cache the necessary libraries/dependencies. This procedure may take anywhere between 5 to 10 minutes. During that time, you may get "site cannot be reached" error when accessing the web interface. This will only happen for the first time, and subsequent restarts will be much faster.
</p>