Home Assistant Unofficial Reference 2024.12.1
cast.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.lovelace.cast
 

Functions

def homeassistant.components.lovelace.cast._get_dashboard_info (hass, url_path)
 
BrowseMedia homeassistant.components.lovelace.cast._item_from_info (dict info)
 
BrowseMedia|None homeassistant.components.lovelace.cast.async_browse_media (HomeAssistant hass, MediaType|str media_content_type, str media_content_id, str cast_type)
 
list[BrowseMedia] homeassistant.components.lovelace.cast.async_get_media_browser_root_object (HomeAssistant hass, str cast_type)
 
bool homeassistant.components.lovelace.cast.async_play_media (HomeAssistant hass, str cast_entity_id, Chromecast chromecast, MediaType|str media_type, str media_id)
 

Variables

string homeassistant.components.lovelace.cast.DEFAULT_DASHBOARD = "_default_"