mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-08 01:46:50 +00:00
parent
e28895509c
commit
e941cc9720
@ -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
|
||||||
|
security_level:
|
||||||
|
description: The security level of the user accessing your camera. This could be `admin` or `viewer`.
|
||||||
|
required: false
|
||||||
|
default: admin
|
||||||
|
type: string
|
||||||
ssl:
|
ssl:
|
||||||
description: Enable or disable SSL. Set to false to use an HTTP-only camera.
|
description: Enable or disable SSL. Set to false to use an HTTP-only camera.
|
||||||
required: false
|
required: false
|
||||||
@ -76,6 +81,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
|
||||||
|
security_level: admin
|
||||||
verify_ssl: false
|
verify_ssl: false
|
||||||
framerate: 5
|
framerate: 5
|
||||||
stream_path: live2.sdp
|
stream_path: live2.sdp
|
||||||
|
Loading…
x
Reference in New Issue
Block a user