mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
Add missing payload_template config option in Scrape (#39329)
This commit is contained in:
parent
cfbea8c7cb
commit
9c4011b644
@ -60,6 +60,10 @@ payload:
|
||||
description: The payload to send with a POST request. Depends on the service, but usually formed as JSON.
|
||||
required: false
|
||||
type: string
|
||||
payload_template:
|
||||
description: The payload to send with a POST request with template support.
|
||||
required: false
|
||||
type: template
|
||||
verify_ssl:
|
||||
description: Verify the SSL certificate of the endpoint.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user