Skip to content

Commit 25d8c1d

Browse files
authored
Update configuration.markdown
Minor edits for style and grammar.
1 parent 04bf51d commit 25d8c1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/getting-started/configuration.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sharing: true
99
footer: true
1010
---
1111

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.
1313

1414
The location of the folder differs between operating systems:
1515

@@ -21,7 +21,7 @@ The location of the folder differs between operating systems:
2121

2222
If you want to use a different folder for configuration, use the config command line parameter: `hass --config path/to/config`.
2323

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.
2525

2626
<p class='note'>
2727
You will have to restart Home Assistant for changes to `configuration.yaml` to take effect.

0 commit comments

Comments
 (0)