mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 03:37:06 +00:00
Add verify_ssl configuration (#7837)
This commit is contained in:
parent
13cc6b2bd4
commit
22054eafd4
@ -54,6 +54,11 @@ authentication:
|
|||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
default: basic
|
default: basic
|
||||||
|
verify_ssl:
|
||||||
|
description: Validate the ssl certificate for this camera.
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## {% linkable_title Examples %}
|
## {% linkable_title Examples %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user