|
| web.Response | get (self, web.Request request, str server_id, str media_content_id) |
| |
|
| string | name = "api:plex:image" |
| |
| string | url = "/api/plex_image_proxy/{server_id}/{media_content_id}" |
| |
Media player view to serve a Plex image.
Definition at line 21 of file view.py.
◆ get()
| web.Response homeassistant.components.plex.view.PlexImageView.get |
( |
|
self, |
|
|
web.Request |
request, |
|
|
str |
server_id, |
|
|
str |
media_content_id |
|
) |
| |
Start a get request.
Definition at line 27 of file view.py.
◆ name
| string homeassistant.components.plex.view.PlexImageView.name = "api:plex:image" |
|
static |
◆ url
| string homeassistant.components.plex.view.PlexImageView.url = "/api/plex_image_proxy/{server_id}/{media_content_id}" |
|
static |
The documentation for this class was generated from the following file:
- core/homeassistant/components/plex/view.py