ha_render_template
Render a Home Assistant Jinja2 template by providing the template string and retrieving the evaluated result.
Instructions
Render a Home Assistant Jinja2 template and return the result. Example: "{{ states('sensor.outside_temperature') }}".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| template | Yes |