mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Update Vivotek camera integration (#11529)
- Add optional digest authentication
This commit is contained in:
parent
145d461718
commit
721c4af635
@ -43,6 +43,11 @@ password:
|
|||||||
description: The password for accessing your camera.
|
description: The password for accessing your camera.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
authentication:
|
||||||
|
description: "Type for authenticating the requests `basic` or `digest`."
|
||||||
|
required: false
|
||||||
|
default: basic
|
||||||
|
type: string
|
||||||
security_level:
|
security_level:
|
||||||
description: The security level of the user accessing your camera. This could be `admin` or `viewer`.
|
description: The security level of the user accessing your camera. This could be `admin` or `viewer`.
|
||||||
required: false
|
required: false
|
||||||
@ -81,6 +86,7 @@ camera:
|
|||||||
ssl: true
|
ssl: true
|
||||||
username: !secret fd_camera_username
|
username: !secret fd_camera_username
|
||||||
password: !secret fd_camera_pwd
|
password: !secret fd_camera_pwd
|
||||||
|
authentication: digest
|
||||||
security_level: admin
|
security_level: admin
|
||||||
verify_ssl: false
|
verify_ssl: false
|
||||||
framerate: 5
|
framerate: 5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user