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:
Norbert Rittel 2024-12-18 22:40:30 +01:00 committed by GitHub
parent 9e6a8638dd
commit 03707e6308
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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."
}
}
}