Namespaces | |
| button | |
| cast | |
| config_flow | |
| const | |
| errors | |
| helpers | |
| media_browser | |
| media_player | |
| media_search | |
| models | |
| sensor | |
| server | |
| services | |
| update | |
| view | |
Functions | |
| def | async_browse_media (hass, media_content_type, media_content_id, platform=None) |
| def | async_cleanup_plex_devices (hass, entry) |
| None | async_options_updated (HomeAssistant hass, ConfigEntry entry) |
| bool | async_setup (HomeAssistant hass, ConfigType config) |
| bool | async_setup_entry (HomeAssistant hass, ConfigEntry entry) |
| bool | async_unload_entry (HomeAssistant hass, ConfigEntry entry) |
| def | is_plex_media_id (media_content_id) |
Variables | |
| _LOGGER = logging.getLogger(__package__) | |
| CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) | |
Support to embed Plex.
| def homeassistant.components.plex.async_browse_media | ( | hass, | |
| media_content_type, | |||
| media_content_id, | |||
platform = None |
|||
| ) |
Browse Plex media.
Definition at line 69 of file __init__.py.
| def homeassistant.components.plex.async_cleanup_plex_devices | ( | hass, | |
| entry | |||
| ) |
Clean up old and invalid devices from the registry.
Definition at line 299 of file __init__.py.
| None homeassistant.components.plex.async_options_updated | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Triggered by config entry options updates.
Definition at line 288 of file __init__.py.
| bool homeassistant.components.plex.async_setup | ( | HomeAssistant | hass, |
| ConfigType | config | ||
| ) |
Set up the Plex component.
Definition at line 87 of file __init__.py.
| bool homeassistant.components.plex.async_setup_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Set up Plex from a config entry.
Definition at line 115 of file __init__.py.
| bool homeassistant.components.plex.async_unload_entry | ( | HomeAssistant | hass, |
| ConfigEntry | entry | ||
| ) |
Unload a config entry.
Definition at line 269 of file __init__.py.
| def homeassistant.components.plex.is_plex_media_id | ( | media_content_id | ) |
Return whether the media_content_id is a valid Plex media_id.
Definition at line 64 of file __init__.py.
|
private |
Definition at line 59 of file __init__.py.
| homeassistant.components.plex.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN) |
Definition at line 61 of file __init__.py.