document verify_ssl for IMAP/SMTP (#22901)

This commit is contained in:
Paulus Schoutsen 2022-05-27 00:08:12 -07:00 committed by Franck Nijhof
parent e4942b381f
commit 7f8fd42fc9
No known key found for this signature in database
GPG Key ID: D62583BA8AB11CA3
2 changed files with 15 additions and 5 deletions

View File

@ -74,6 +74,11 @@ value_template:
description: The subject of the email.git.
date:
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 %}
## Example - keyword spotting

View File

@ -77,6 +77,11 @@ debug:
required: false
type: boolean
default: false
verify_ssl:
description: If the SSL certificate of the server needs to be verified.
required: false
type: boolean
default: true
{% endconfiguration %}
### Usage