mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 12:17:07 +00:00
Improve field descriptions for Download file action (#133413)
* Improve field descriptions for Download file action Currently two of the field descriptions for the Download file action don't explain exactly what should be entered but rather explain these like additional actions. The third, the Overwrite file option is misleading as it does not refer to an existing file. This commit fixes both issues by explaining the purpose of all three fields in a slightly more detailed fashion. * Update homeassistant/components/downloader/strings.json Co-authored-by: Josef Zweck <josef@zweck.dev> * Update homeassistant/components/downloader/strings.json Co-authored-by: Josef Zweck <josef@zweck.dev> --------- Co-authored-by: Josef Zweck <josef@zweck.dev>
This commit is contained in:
parent
9e6a8638dd
commit
03707e6308
@ -23,15 +23,15 @@
|
||||
},
|
||||
"subdir": {
|
||||
"name": "Subdirectory",
|
||||
"description": "Download into subdirectory."
|
||||
"description": "Relative download path."
|
||||
},
|
||||
"filename": {
|
||||
"name": "Filename",
|
||||
"description": "Determine the filename."
|
||||
"description": "Custom name for the downloaded file."
|
||||
},
|
||||
"overwrite": {
|
||||
"name": "Overwrite",
|
||||
"description": "Whether to overwrite the file or not."
|
||||
"description": "Overwrite file if it exists."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user