mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-07 17:36:50 +00:00
Documentation for digest auth (#781)
This commit is contained in:
parent
c674e44b99
commit
157bd45d40
@ -27,6 +27,7 @@ camera:
|
||||
name: my sample camera
|
||||
username: USERNAME
|
||||
password: PASSWORD
|
||||
authentication: basic
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
@ -35,3 +36,4 @@ Configuration variables:
|
||||
- **name** (*Optional*): This parameter allows you to override the name of your camera.
|
||||
- **username** (*Optional*): The username for accessing your camera.
|
||||
- **password** (*Optional*): The password for accessing your camera.
|
||||
- **authentication** (*Optional*): `basic` (default) or `digest` auth for requests.
|
@ -27,6 +27,7 @@ camera:
|
||||
name: my sample camera
|
||||
username: USERNAME
|
||||
password: PASSWORD
|
||||
authentication: basic
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
@ -35,7 +36,8 @@ Configuration variables:
|
||||
- **name** (*Optional*): This parameter allows you to override the name of your camera.
|
||||
- **username** (*Optional*): The username for accessing your camera.
|
||||
- **password** (*Optional*): The password for accessing your camera.
|
||||
|
||||
- **authentication** (*Optional*): `basic` (default) or `digest` auth for requests.
|
||||
-
|
||||
<p class='note'>
|
||||
There is a <a href="https://github.com/shazow/urllib3/issues/800" target="_blank">known issue in urllib3</a> that you will get error messages in your logs like <code>[StartBoundaryNotFoundDefect(), MultipartInvariantViolationDefect()], unparsed data: ''</code> but the component still works fine. You can ignore the messages.
|
||||
</p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user