|
| string | name = "api:image:stream" |
| |
| string | url = "/api/image_proxy_stream/{entity_id}" |
| |
| string | name = "api:image:image" |
| |
| bool | requires_auth = False |
| |
| string | url = "/api/image_proxy/{entity_id}" |
| |
Image View to serve an multipart stream.
Definition at line 395 of file __init__.py.
◆ handle()
| web.StreamResponse homeassistant.components.image.ImageStreamView.handle |
( |
|
self, |
|
|
web.Request |
request, |
|
|
ImageEntity
|
image_entity |
|
) |
| |
◆ name
| string homeassistant.components.image.ImageStreamView.name = "api:image:stream" |
|
static |
◆ url
| string homeassistant.components.image.ImageStreamView.url = "/api/image_proxy_stream/{entity_id}" |
|
static |
The documentation for this class was generated from the following file: