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

Skip to content

Commit bd221cb

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/_integrations/downloader.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ This will download the file from the given URL.
3131
| Data attribute | Optional | Description |
3232
| ---------------------- | -------- | ---------------------------------------------- |
3333
| `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. |
34+
| `auth_type` | yes | Authentication type to use. |
35+
| `auth_username` | yes | Username to use with authentication.. |
36+
| `auth_password` | yes | Password to use with authentication. |
3737
| `subdir` | yes | Download into subdirectory of **download_dir** |
3838
| `filename` | yes | Determine the filename. |
3939
| `overwrite` | yes | Whether to overwrite the file or not, defaults to `false`. |

0 commit comments

Comments
 (0)
0