mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 01:06:52 +00:00
Allow Influxdb CA path in verify_ssl (#16369)
This commit is contained in:
parent
66bf1c4d75
commit
f9d9427342
@ -76,9 +76,14 @@ database:
|
|||||||
default: home_assistant
|
default: home_assistant
|
||||||
verify_ssl:
|
verify_ssl:
|
||||||
type: boolean
|
type: boolean
|
||||||
description: 1.xx only - Verify SSL certificate for HTTPS request. For 2.xx SSL verification is required, library provides no way to disable it.
|
description: Verify SSL certificate for HTTPS request. This can take on boolean values `false` or `true`.
|
||||||
required: false
|
required: false
|
||||||
default: true
|
default: true
|
||||||
|
ssl_ca_cert:
|
||||||
|
type: string
|
||||||
|
description: Optional path of a CA certificate to be used during SSL verification.
|
||||||
|
required: false
|
||||||
|
default: None
|
||||||
token:
|
token:
|
||||||
type: string
|
type: string
|
||||||
description: 2.xx only - Auth token with WRITE access to your chosen Organization and Bucket. Needed with `organization` configuration variable.
|
description: 2.xx only - Auth token with WRITE access to your chosen Organization and Bucket. Needed with `organization` configuration variable.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user