Hassbian common tasks - Updated manual launch info (#3110)

This commit is contained in:
cdce8p 2017-08-01 20:22:54 +02:00 committed by Fabian Affolter
parent 14c13f1007
commit 60e19f1b63

View File

@ -65,7 +65,7 @@ $ source /srv/homeassistant/bin/activate
$ hass
```
This will start Home Assistant in your shell and output anything that ends up in the log and more into the console. This will fail if the Home Assistant service is already running so don't forget to [stop][stop-homeassistant] it first.
This will start Home Assistant in your shell and output anything that ends up in the log and more into the console. This will fail if the Home Assistant service is already running so don't forget to [stop][stop-homeassistant] it first. If you want the log output to be colored, execute `hass --script check_config` first. This will install the `colorlog` module.
### {% linkable_title Check your configuration %}
Log in as the `pi` account and execute the following commands: