You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/getting-started/configuration.markdown
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ sharing: true
9
9
footer: true
10
10
---
11
11
12
-
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.
12
+
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 appear in the user interface.
13
13
14
14
The location of the folder differs between operating systems:
15
15
@@ -21,7 +21,7 @@ The location of the folder differs between operating systems:
21
21
22
22
If you want to use a different folder for configuration, use the config command line parameter: `hass --config path/to/config`.
23
23
24
-
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.
24
+
Inside your configuration folder is the file `configuration.yaml`. This is the main file that contains components to be loaded with their configurations. Throughout the documentation you will find snippets that you can add to your configuration file to enable functionality.
25
25
26
26
<pclass='note'>
27
27
You will have to restart Home Assistant for changes to `configuration.yaml` to take effect.
0 commit comments