Classes | |
| class | PlexData |
Functions | |
| PlexData | get_plex_data (HomeAssistant hass) |
| PlexServer | get_plex_server (HomeAssistant hass, str server_id) |
| def | pretty_title (media, short_name=False) |
Helper methods for common Plex integration operations.
| PlexData homeassistant.components.plex.helpers.get_plex_data | ( | HomeAssistant | hass | ) |
Get typed data from hass.data.
Definition at line 29 of file helpers.py.
| PlexServer homeassistant.components.plex.helpers.get_plex_server | ( | HomeAssistant | hass, |
| str | server_id | ||
| ) |
Get Plex server from hass.data.
Definition at line 34 of file helpers.py.
| def homeassistant.components.plex.helpers.pretty_title | ( | media, | |
short_name = False |
|||
| ) |
Return a formatted title for the given media item.
Definition at line 39 of file helpers.py.