mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 03:37:06 +00:00
Added undocumented verify_ssl parameter (#10502)
* Added undocumented verify_ssl parameter
* ✏️ Tweaks
This commit is contained in:
parent
30258e5134
commit
a56c667330
@ -51,6 +51,11 @@ authentication:
|
|||||||
description: Type of the HTTP authentication. Either `basic` or `digest`.
|
description: Type of the HTTP authentication. Either `basic` or `digest`.
|
||||||
required: false
|
required: false
|
||||||
type: string
|
type: string
|
||||||
|
verify_ssl:
|
||||||
|
description: Enables/disables verification of SSL-certificate, for example if it is self-signed.
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
username:
|
username:
|
||||||
description: The username for accessing the website.
|
description: The username for accessing the website.
|
||||||
required: false
|
required: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user