mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Added verify_ssl to notify.synology_chat documentation (#7833)
* Update notify.synology_chat.markdown * Keep configuration sample minimized
This commit is contained in:
parent
b0f737bcc0
commit
08aa48b104
@ -31,6 +31,11 @@ name:
|
||||
description: "Setting the parameter `name` allows multiple notifiers to be created. The notifier will bind to the service `notify.NOTIFIER_NAME`."
|
||||
required: true
|
||||
type: string
|
||||
verify_ssl:
|
||||
description: If SSL/TLS verification for HTTPS resources needs to be turned off (for self-signed certs, etc.).
|
||||
required: false
|
||||
type: boolean
|
||||
default: true
|
||||
resource:
|
||||
description: The incoming webhook URL.
|
||||
required: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user