6 lines
244 B
YAML
6 lines
244 B
YAML
send_ispindel:
|
|
url: !secret BrewfatherEndpoint
|
|
method: POST
|
|
content_type: "application/json"
|
|
payload: '{ "name":"{{ name }}", "temp":{{ temp }}, "temp_unit":"F", "gravity":{{ gravity }}, "gravity_unit": "P", "battery": {{ battery }} }'
|