diff --git a/source/_docs/configuration.markdown b/source/_docs/configuration.markdown index 8acc1ce6e11..11bafc86b93 100644 --- a/source/_docs/configuration.markdown +++ b/source/_docs/configuration.markdown @@ -13,6 +13,13 @@ 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" %} + +

+ 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. + + _If you use Home Assistant Container, you can find `configuration.yaml` in the config folder that you mounted in your container._ _If you use Home Assistant Operating System, you can find `configuration.yaml` in the `/config` folder of the installation._ diff --git a/source/images/screenshots/panel_config_info.png b/source/images/screenshots/panel_config_info.png new file mode 100644 index 00000000000..8e4054f821d Binary files /dev/null and b/source/images/screenshots/panel_config_info.png differ