mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 19:26:50 +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`.
|
||||
required: false
|
||||
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:
|
||||
description: The username for accessing the website.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user