mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 21:36:52 +00:00
Updated Splunk component to include verify_ssl option (#7770)
* Updated Splunk component to include verify_ssl option * fixed type in Splunk component
This commit is contained in:
parent
8282dbd586
commit
a7a19d6996
@ -42,6 +42,11 @@ ssl:
|
||||
required: false
|
||||
default: false
|
||||
type: boolean
|
||||
verify_ssl:
|
||||
description: Allows you do disable checking of the SSL certificate.
|
||||
required: false
|
||||
default: false
|
||||
type: boolean
|
||||
name:
|
||||
description: This parameter allows you to specify a friendly name to send to Splunk as the host, instead of using the name of the HEC.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user