Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.plex
 

Functions

def homeassistant.components.plex.async_browse_media (hass, media_content_type, media_content_id, platform=None)
 
def homeassistant.components.plex.async_cleanup_plex_devices (hass, entry)
 
None homeassistant.components.plex.async_options_updated (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.plex.async_setup (HomeAssistant hass, ConfigType config)
 
bool homeassistant.components.plex.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.plex.async_unload_entry (HomeAssistant hass, ConfigEntry entry)
 
def homeassistant.components.plex.is_plex_media_id (media_content_id)
 

Variables

 homeassistant.components.plex._LOGGER = logging.getLogger(__package__)
 
 homeassistant.components.plex.CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)