|
| string | name = "api:generic:preview_flow_image" |
| |
| bool | requires_auth = False |
| |
| string | url = "/api/generic/preview_flow_image/{flow_id}" |
| |
Camera view to temporarily serve an image.
Definition at line 487 of file config_flow.py.
◆ __init__()
| None homeassistant.components.generic.config_flow.CameraImagePreview.__init__ |
( |
|
self, |
|
|
HomeAssistant |
hass |
|
) |
| |
◆ get()
| web.Response homeassistant.components.generic.config_flow.CameraImagePreview.get |
( |
|
self, |
|
|
web.Request |
request, |
|
|
str |
flow_id |
|
) |
| |
◆ hass
| homeassistant.components.generic.config_flow.CameraImagePreview.hass |
◆ name
| string homeassistant.components.generic.config_flow.CameraImagePreview.name = "api:generic:preview_flow_image" |
|
static |
◆ requires_auth
| bool homeassistant.components.generic.config_flow.CameraImagePreview.requires_auth = False |
|
static |
◆ url
| string homeassistant.components.generic.config_flow.CameraImagePreview.url = "/api/generic/preview_flow_image/{flow_id}" |
|
static |
The documentation for this class was generated from the following file: