From 1445ad230ad0c124118b1336d142d2c4948bfe6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20H=C3=B8yer=20Iversen?= Date: Tue, 24 May 2016 22:29:00 +0200 Subject: [PATCH] Update configuration.markdown (#508) --- source/getting-started/configuration.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/configuration.markdown b/source/getting-started/configuration.markdown index 75ae85ea096..e79a47361a8 100644 --- a/source/getting-started/configuration.markdown +++ b/source/getting-started/configuration.markdown @@ -16,7 +16,7 @@ Inside your configuration folder is the file `configuration.yaml`. This is the m When launched for the first time, Home Assistant will write a default configuration file enabling the web interface and device discovery. It can take up to a minute for your devices to be discovered and show up in the user interface. If you run into trouble while configuring Home Assistant, have a look at [the configuration troubleshooting page](/getting-started/troubleshooting-configuration/). - +Tips: Install colorlog (pip install colorlog) to make the console output easier to read, hence also easier to catch errors and warnings,

You will have to restart Home Assistant each time you make changes in configuration.yaml in order for these to take effect.