8000 Add missing payload_template config option in Scrape · home-assistant/home-assistant.io@de045d8 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit de045d8

Browse files
committed
Add missing payload_template config option in Scrape
1 parent 3d4fd0d commit de045d8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/_integrations/scrape.markdown

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ payload:
6060
description: The payload to send with a POST request. Depends on the service, but usually formed as JSON.
6161
required: false
6262
type: string
63+
payload_template:
64+
description: The payload to send with a POST request with template support.
65+
required: false
66+
type: template
6367
verify_ssl:
6468
description: Verify the SSL certificate of the endpoint.
6569
required: false

0 commit comments

Comments
 (0)
0