mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +00:00
Adding configflow documentation (#31943)
* Adding configflow documentation * tiny style tweaks --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
940c7651fb
commit
fbdc5de8b0
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user