From ada16a4420b7b19241f371fdd717cfe62a7f3fe4 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Wed, 15 May 2024 11:27:41 +0200 Subject: [PATCH] Configuration: style and typo fixes (#32788) --- source/_docs/configuration.markdown | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/source/_docs/configuration.markdown b/source/_docs/configuration.markdown index ade0f779d0a..0ac7b292c1a 100644 --- a/source/_docs/configuration.markdown +++ b/source/_docs/configuration.markdown @@ -38,23 +38,23 @@ File access depends on your [installation method](/installation/#advanced-instal 1. To set up file access, follow the steps for your [installation method](/installation/#advanced-installation-methods): - - [Configuring file access on the Operating System](/common-tasks/os/#configuring-access-to-files) + - [Configure file access on the Operating System](/common-tasks/os/#configuring-access-to-files): - If you are unsure which option to choose, install the [file editor add-on](/common-tasks/os/#installing-and-using-the-file-editor-add-on). - Alternatively, use the [VS Code add-on](/common-tasks/os/#installing-and-using-the-visual-studio-code-vsc-add-on). This editor offers live syntax checking and auto-fill of various Home Assistant entities. But it looks more complex than the file editor. - If you prefer to use a file editor on your computer, use the [Samba add-on](/common-tasks/os/#installing-and-using-the-samba-add-on). - - [Configuring file access on Supervised](/common-tasks/supervised/#configuring-access-to-files) - - [File editor add-on](/common-tasks/supervised/#installing-and-using-the-file-editor-add-on). - - [VS Code add-on](/common-tasks/supervised/#installing-and-using-the-visual-studio-code-vsc-add-on). - - [Samba add-on](/common-tasks/supervised/#installing-and-using-the-samba-add-on). + - [Configure file access on Supervised](/common-tasks/supervised/#configuring-access-to-files): + - Using the [File editor add-on](/common-tasks/supervised/#installing-and-using-the-file-editor-add-on). + - Using the [VS Code add-on](/common-tasks/supervised/#installing-and-using-the-visual-studio-code-vsc-add-on). + - Using the [Samba add-on](/common-tasks/supervised/#installing-and-using-the-samba-add-on). -2. To look up the to your configuration directory, go to {% my system_health title="**Settings** > **System** > **Repairs**" %}. +2. To look up the path to your configuration directory, go to {% my system_health title="**Settings** > **System** > **Repairs**" %}. - Select the three dots menu and select **System information**. ![Show system information option](/images/screenshots/System_information_menu.png) 3. Find out the location of the **Configuration directory**. - ![Screenshot showing the top of the system information panel](/images/screenshots/System_information.png) + ![Screenshot showing the top of the system information panel](/images/screenshots/system_information.png) - Unless you changed the file structure, the default is as follows: - - {% term "Home Assistant Operating System" %}: the `configuration.yaml` is in the `/config` folder of the installation. - {% term "Home Assistant Container" %}: the `configuration.yaml` is in the config folder that you mounted in your container. @@ -87,4 +87,4 @@ For configuration changes to become effective, the configuration must be reloade ## Troubleshooting the configuration -If you run into trouble while configuring Home Assistant, refer to the [configuration troubleshooting page](/docs/configuration/troubleshooting/) and the [`configuration.yaml` examples](/examples/#example-configurationyaml). \ No newline at end of file +If you run into trouble while configuring Home Assistant, refer to the [configuration troubleshooting page](/docs/configuration/troubleshooting/) and the [`configuration.yaml` examples](/examples/#example-configurationyaml).