mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
fill services.yaml for downloader (#27553)
This commit is contained in:
parent
40e5beb0ed
commit
ddeac071b3
@ -0,0 +1,15 @@
|
||||
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'
|
Loading…
x
Reference in New Issue
Block a user