From 57d5c57bd0a29de7447a4015b110d93a200d0a5c Mon Sep 17 00:00:00 2001 From: IronTooch <27360514+IronTooch@users.noreply.github.com> Date: Tue, 10 Sep 2024 01:25:15 -0400 Subject: [PATCH] =?UTF-8?q?Docs=20-=20Added=20clarity=20to=20location=20of?= =?UTF-8?q?=20download=20folder=20for=20Home=20Assistan=E2=80=A6=20(#34480?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Docs - Added clarity to location of download folder for Home Assistant OS In the previous documentation, it's not clear where that folder should exist or live. * fix - Corrected spelling of `initial` * Docs - Moved Home Assistant OS example to same line as configuration folder details. Removed "See Location of Folder" Removed "Location of Folder" header and just placed example with configuration of Home Assistant OS with the other config items. * rephrase * change homeassistant folder to config, assuming HA OS * Update source/_integrations/downloader.markdown --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/downloader.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/downloader.markdown b/source/_integrations/downloader.markdown index 7bc6f4da678..87eb8328ad4 100644 --- a/source/_integrations/downloader.markdown +++ b/source/_integrations/downloader.markdown @@ -16,7 +16,7 @@ The **Downloader** {% term integration %} provides an action to download files. {% include integrations/config_flow.md %} -If the path is not absolute, it’s assumed to be relative to the Home Assistant configuration directory (for example, .homeassistant/downloads). +If the path is not absolute, it’s assumed to be relative to the Home Assistant configuration directory (for example, `/config/downloads`). So if you have a folder called `/config/my_download_folder`, when prompted to **Select a location to get to store downloads**, enter `my_download_folder`. Home Assistant checks if the directory exists. ### Use the action