diff --git a/atom.xml b/atom.xml index fcae9fdf43..eb7f7e99fe 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
Home Assistant will create a configuration folder when it is run for the first time. The location of the folder differs between operating systems: on OS X and Linux it’s ~/.homeassistant
and on Windows it’s %APPDATA%/.homeassistant
. If you want to use a different folder for configuration, run hass --config path/to/config
.
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.
-Inside your configuration folder is the file configuration.yaml
. This is the main file that contains which components will be loaded and what their configuration is. This file contains YAML code, which is explained briefly below. An example configuration file is located here.
The location of the folder differs between operating systems:
-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.
+OS | +Path | +
---|---|
OS X | +~/.homeassistant |
+
Linux | +~/.homeassistant |
+
Windows | +%APPDATA%/.homeassistant |
+
If you run into trouble while configuring Home Assistant, have a look at the configuration troubleshooting page.
+If you want to use a different folder for configuration, use the config command line parameter: hass --config path/to/config
.
- Install colorlog ($ pip install colorlog
) to make the console output easier to read, hence also easier to catch errors and warnings.
-
Inside your configuration folder is the file configuration.yaml
. This is the main file that contains which components will be loaded and what their configuration is. Throughout the documentation you will find snippets that you can add to your configuration file to enable that functionality.
If you run into trouble while configuring Home Assistant, have a look at the configuration troubleshooting page and at the configuration.yaml examples.
- You will have to restart Home Assistant each time you make changes in configuration.yaml
in order for these to take effect.
+ You will have to restart Home Assistant for changes to configuration.yaml
take effect.
+
+ Install colorlog ($ pip3 install colorlog
) to make the console output easier to read, hence also easier to catch errors and warnings.