Merge branch 'current' into next

This commit is contained in:
Fabian Affolter 2018-01-24 08:36:59 +01:00
commit 2f8bd0b77e
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
38 changed files with 199 additions and 181 deletions

View file

@ -78,4 +78,4 @@ You can now reach your installation on your Raspberry Pi over the web interface
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>
If you want setup `hass` as a daemon and autostart it on boot please refer to [Autostart Home Assistant](/docs/autostart/].
If you want setup `hass` as a daemon and autostart it on boot please refer to [Autostart Home Assistant](/docs/autostart/).

View file

@ -30,12 +30,16 @@ _(If you're on a Debian based system, you will need to install Python virtual en
```
$ source bin/activate
```
4. Install Home Assistant:
4. Install wheel:
```
$ python3 -m pip install wheel
```
5. Install Home Assistant:
```
$ python3 -m pip install homeassistant
```
5. Configure it to [autostart](/docs/autostart/)
6. Or run Home Assistant manually:
```
6. Configure it to [autostart](/docs/autostart/)
7. Or run Home Assistant manually:
```
$ hass --open-ui
```