mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-02 17:18:58 +00:00
863 B
863 B
layout, title, description, date, sidebar, comments, sharing, footer
layout | title | description | date | sidebar | comments | sharing | footer |
---|---|---|---|---|---|---|---|
page | Downloader | Instructions how to setup the downloader component with Home Assistant. | 2015-01-24 14:39 | false | false | true | true |

To enable it, add the following lines to your configuration.yaml
:
# Example configuration.yaml entry
downloader:
download_dir: downloads
Service downloader/download_file
Download the specified url.
Service data attribute | Optional | Description |
---|---|---|
url |
no | The url of the file to download. |