mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
add icon
This commit is contained in:
parent
663ff92cca
commit
9db9b0be29
@ -9,11 +9,13 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<img src='/images/supported_brands/download.png' class='brand pull-right' />
|
||||||
The `downloader` component 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 `downloader` component 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.
|
||||||
|
|
||||||
To enable it, add the following lines to your `configuration.yaml`:
|
To enable it, add the following lines to your `configuration.yaml`:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
# Example configuration.yaml entry
|
||||||
downloader:
|
downloader:
|
||||||
download_dir: downloads
|
download_dir: downloads
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user