From fbdc5de8b0b5a434f0524d3718f971ed2538b0b8 Mon Sep 17 00:00:00 2001 From: Erwin Douna Date: Tue, 19 Mar 2024 09:16:24 +0100 Subject: [PATCH] Adding configflow documentation (#31943) * Adding configflow documentation * tiny style tweaks --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/downloader.markdown | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/source/_integrations/downloader.markdown b/source/_integrations/downloader.markdown index 34f25bbd291..6faf31848f6 100644 --- a/source/_integrations/downloader.markdown +++ b/source/_integrations/downloader.markdown @@ -6,25 +6,16 @@ ha_category: ha_release: pre 0.7 ha_quality_scale: internal ha_domain: downloader +ha_codeowners: + - '@erwindouna' ha_integration_type: integration --- -The `downloader` integration provides a service to download files. It will raise an error and not continue to set itself up when the download directory does not exist. The directory needs to be writable for the user that is running Home Assistant. +The **Downloader** {% term integration %} provides a service to download files. It will raise an error and not continue to set itself up when the download directory does not exist. The directory needs to be writable for the user that is running Home Assistant. -To enable it, add the following lines to your `configuration.yaml` file: +{% include integrations/config_flow.md %} -```yaml -# Example configuration.yaml entry -downloader: - download_dir: downloads -``` - -{% configuration %} -download_dir: - description: "If the path is not absolute, it's assumed to be relative to the Home Assistant configuration directory (eg. `.homeassistant/downloads`)." - required: true - type: string -{% endconfiguration %} +If the path is not absolute, it’s assumed to be relative to the Home Assistant configuration directory (for example, .homeassistant/downloads). ### Use the service