mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
document verify_ssl for IMAP/SMTP (#22901)
This commit is contained in:
parent
e4942b381f
commit
7f8fd42fc9
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user