hass-core/homeassistant/components/downloader/services.yaml
Franck Nijhof 24840b54ac
Add yamllint (in pre-commit and CI) (#33676)
* Add yamllint (in pre-commit and CI)

* Fix linting for all YAML files

* Bump and add it to requirements

* Fix gen_requirements for pre-commit, remove 'v' from version
2020-04-05 10:33:45 +02:00

15 lines
458 B
YAML

download_file:
description: Downloads a file to the download location.
fields:
url:
description: The URL of the file to download.
example: "http://example.org/myfile"
subdir:
description: Download into subdirectory.
example: "download_dir"
filename:
description: Determine the filename.
example: "my_file_name"
overwrite:
description: Whether to overwrite the file or not.
example: "false"