mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
document verify_ssl for IMAP/SMTP (#22901)
This commit is contained in:
parent
636bef0702
commit
50b82bfc3c
@ -74,6 +74,11 @@ value_template:
|
|||||||
description: The subject of the email.git.
|
description: The subject of the email.git.
|
||||||
date:
|
date:
|
||||||
description: The date and time the email was sent.
|
description: The date and time the email was sent.
|
||||||
|
verify_ssl:
|
||||||
|
description: If the SSL certificate of the server needs to be verified.
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
## Example - keyword spotting
|
## Example - keyword spotting
|
||||||
|
@ -77,6 +77,11 @@ debug:
|
|||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
verify_ssl:
|
||||||
|
description: If the SSL certificate of the server needs to be verified.
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
|
default: true
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
|
||||||
### Usage
|
### Usage
|
||||||
|
Loading…
x
Reference in New Issue
Block a user