document verify_ssl for IMAP/SMTP (#22901)

This commit is contained in:
Paulus Schoutsen 2022-05-27 00:08:12 -07:00 committed by GitHub
parent 636bef0702
commit 50b82bfc3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 15 additions and 5 deletions

View File

@ -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

View File

@ -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