Update Downloader component configuration variable (#6877)

This commit is contained in:
Klaas Schoute 2018-10-17 09:14:00 +02:00 committed by Fabian Affolter
parent e9c73483ae
commit 768b46d3a5

View File

@ -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 %}