|
| web.Response | post (self, web.Request request, str event_type) |
| |
|
| string | name = "api:event" |
| |
| string | url = "/api/events/{event_type}" |
| |
View to handle Event requests.
Definition at line 320 of file __init__.py.
◆ post()
| web.Response homeassistant.components.api.APIEventView.post |
( |
|
self, |
|
|
web.Request |
request, |
|
|
str |
event_type |
|
) |
| |
◆ name
| string homeassistant.components.api.APIEventView.name = "api:event" |
|
static |
◆ url
| string homeassistant.components.api.APIEventView.url = "/api/events/{event_type}" |
|
static |
The documentation for this class was generated from the following file: