mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +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.
|
||||
required: true
|
||||
type: string
|
||||
authentication:
|
||||
description: "Type for authenticating the requests `basic` or `digest`."
|
||||
required: false
|
||||
default: basic
|
||||
type: string
|
||||
security_level:
|
||||
description: The security level of the user accessing your camera. This could be `admin` or `viewer`.
|
||||
required: false
|
||||
@ -81,6 +86,7 @@ camera:
|
||||
ssl: true
|
||||
username: !secret fd_camera_username
|
||||
password: !secret fd_camera_pwd
|
||||
authentication: digest
|
||||
security_level: admin
|
||||
verify_ssl: false
|
||||
framerate: 5
|
||||
|
Loading…
x
Reference in New Issue
Block a user