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