From 133ba956afcd30c94c399b1f8d78083dd74a030d Mon Sep 17 00:00:00 2001 From: Charles Garwood Date: Mon, 7 Feb 2022 09:01:37 -0500 Subject: [PATCH] Configuration location grammar tweaks (#21532) --- source/_docs/configuration.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/configuration.markdown b/source/_docs/configuration.markdown index 11bafc86b93..86cef98be0d 100644 --- a/source/_docs/configuration.markdown +++ b/source/_docs/configuration.markdown @@ -13,11 +13,11 @@ The easiest option to edit `configuration.yaml` is to use the {% my supervisor_a If you prefer to use a file editor on your computer, use the {% my supervisor_addon title="Samba add-on" addon="core_samba" %} to access the files as a network share. -The path to your configuration directory you can find in the Home Assistant frontend by going to {% my info title="Configuration -> Settings -> Info" %} +The path to your configuration directory can be found in the Home Assistant frontend by going to {% my info title="Configuration -> Settings -> Info" %}

Screenshot showing the top of the info panel - Right under the version you are running, you will find what path Home Assistant have loaded the configuration from. + Right under the version you are running, you will find what path Home Assistant has loaded the configuration from. _If you use Home Assistant Container, you can find `configuration.yaml` in the config folder that you mounted in your container._