mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update Downloader component configuration variable (#6877)
This commit is contained in:
parent
e9c73483ae
commit
768b46d3a5
@ -23,9 +23,12 @@ downloader:
|
||||
download_dir: downloads
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **download_dir** (*Required*): If the path is not absolute, it's assumed to be relative to the Home Assistant configuration directory (eg. `.homeassistant/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 %}
|
||||
|
||||
### {% linkable_title Use the service %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user