Public Member Functions | |
| web.Response | handle (self, web.Request request, Camera camera) |
Public Member Functions inherited from homeassistant.components.camera.CameraView | |
| None | __init__ (self, EntityComponent[Camera] component) |
| web.StreamResponse | get (self, web.Request request, str entity_id) |
Static Public Attributes | |
| name | |
| url | |
Static Public Attributes inherited from homeassistant.components.camera.CameraView | |
| requires_auth | |
Additional Inherited Members | |
Public Attributes inherited from homeassistant.components.camera.CameraView | |
| component | |
Camera view to serve an image.
Definition at line 992 of file __init__.py.
| web.Response homeassistant.components.camera.CameraImageView.handle | ( | self, | |
| web.Request | request, | ||
| Camera | camera | ||
| ) |
Serve camera image.
Reimplemented from homeassistant.components.camera.CameraView.
Definition at line 998 of file __init__.py.
|
static |
Definition at line 996 of file __init__.py.
|
static |
Definition at line 995 of file __init__.py.