|
| web.StreamResponse | get (self, web.Request request) |
| |
|
| string | name = "api:stream" |
| |
| | url = URL_API_STREAM |
| |
View to handle EventStream requests.
Definition at line 128 of file __init__.py.
◆ get()
| web.StreamResponse homeassistant.components.api.APIEventStream.get |
( |
|
self, |
|
|
web.Request |
request |
|
) |
| |
Provide a streaming interface for the event bus.
Definition at line 135 of file __init__.py.
◆ name
| string homeassistant.components.api.APIEventStream.name = "api:stream" |
|
static |
◆ url
| homeassistant.components.api.APIEventStream.url = URL_API_STREAM |
|
static |
The documentation for this class was generated from the following file: