8000 fixup! Add new digest auth params for downloader integration · home-assistant/home-assistant.io@60174ff · GitHub
[go: up one dir, main page]

Skip to content

Commit 60174ff

Browse files
committed
fixup! Add new digest auth params for downloader integration
1 parent 4f570d6 commit 60174ff

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

source/_integrations/downloader.markdown

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,13 @@ Go to the "Developer Tools", then to "Actions", and choose `downloader.download_
2929
This will download the file from the given URL.
3030

3131
| Data attribute | Optional | Description |
32-
| ---------------------- | -------- | ---------------------------------------------- |
33-
| `url` | no | The URL of the file to download. |
34-
| `digest_auth` | yes | Whether to use digest authentication. |
35-
| `username` | yes | Username to use with digest authentication. |
36-
| `password` | yes | Password to use with digest authentication. |
37-
| `subdir` | yes | Download into subdirectory of **download_dir** |
38-
| `filename` | yes | Determine the filename. |
32+
| ---------------------- | -------- | ------------------------------------------------- |
33+
| `url` | no | The URL of the file to download. |
34+
| `auth_type` | yes | Authentication type to use (`basic` or `digest`). |
35+
| `auth_username` | yes | Username to use with authentication. |
36+
| `auth_password` | yes | Password to use with authentication. |
37+
| `subdir` | yes | Download into subdirectory of **download_dir** |
38+
| `filename` | yes | Determine the filename. |
3939
| `overwrite` | yes | Whether to overwrite the file or not, defaults to `false`. |
4040

4141
### Download status events

0 commit comments

Comments
 (0)
0