From 6ee19f7ead86115f69cc700261fbe9da40b646bd Mon Sep 17 00:00:00 2001 From: anugs <36812514+anugs@users.noreply.github.com> Date: Fri, 12 Mar 2021 02:39:35 +0530 Subject: [PATCH] Update configuration.markdown (#16942) --- source/_docs/configuration.markdown | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/source/_docs/configuration.markdown b/source/_docs/configuration.markdown index 2c3567903d1..14cf80c8ab1 100644 --- a/source/_docs/configuration.markdown +++ b/source/_docs/configuration.markdown @@ -7,7 +7,7 @@ When launched for the first time, Home Assistant will create a default configura The web interface can be found at `http://ip.ad.dre.ss:8123/` - for example if your Home Assistant system has the IP address `192.168.0.40` then you'll find the web interface as `http://192.168.0.40:8123/`. -The location of the folder differs between operating systems: +The location of the folder differs for different operating systems: | OS | Path | | -------------- | -------------------------- | @@ -18,13 +18,13 @@ The location of the folder differs between operating systems: If you want to use a different folder for configuration, use the configuration command line parameter: `hass --config path/to/config`. -Inside your configuration folder is the file `configuration.yaml`. This is the main file that contains integrations to be loaded with their configurations. Throughout the documentation you will find snippets that you can add to your configuration file to enable functionality. +Inside your configuration folder is the file `configuration.yaml`. This is the main file that contains integrations to be loaded along with their configurations. Throughout the documentation you will find snippets that you can add to your configuration file to enable specific functionality. -If you run into trouble while configuring Home Assistant, have a look at the [configuration troubleshooting page](/getting-started/troubleshooting-configuration/) and at the [`configuration.yaml` examples](/cookbook/#example-configurationyaml). +If you run into trouble while configuring Home Assistant, refer the [configuration troubleshooting page](/getting-started/troubleshooting-configuration/) and at the [`configuration.yaml` examples](/cookbook/#example-configurationyaml).