Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.api.APITemplateView Class Reference
Inheritance diagram for homeassistant.components.api.APITemplateView:
[legend]
Collaboration diagram for homeassistant.components.api.APITemplateView:
[legend]

Public Member Functions

web.Response post (self, web.Request request)
 

Static Public Attributes

string name = "api:template"
 
 url = URL_API_TEMPLATE
 

Detailed Description

View to handle Template requests.

Definition at line 471 of file __init__.py.

Member Function Documentation

◆ post()

web.Response homeassistant.components.api.APITemplateView.post (   self,
web.Request  request 
)
Render a template.

Definition at line 478 of file __init__.py.

Member Data Documentation

◆ name

string homeassistant.components.api.APITemplateView.name = "api:template"
static

Definition at line 475 of file __init__.py.

◆ url

homeassistant.components.api.APITemplateView.url = URL_API_TEMPLATE
static

Definition at line 474 of file __init__.py.


The documentation for this class was generated from the following file: