Home Assistant Unofficial Reference 2024.12.1
__init__.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.cast.CastProtocol
 

Namespaces

 homeassistant.components.cast
 

Functions

def homeassistant.components.cast._register_cast_platform (HomeAssistant hass, str integration_domain, CastProtocol platform)
 
bool homeassistant.components.cast.async_remove_config_entry_device (HomeAssistant hass, ConfigEntry config_entry, dr.DeviceEntry device_entry)
 
None homeassistant.components.cast.async_remove_entry (HomeAssistant hass, ConfigEntry entry)
 
bool homeassistant.components.cast.async_setup_entry (HomeAssistant hass, ConfigEntry entry)
 

Variables

list homeassistant.components.cast.PLATFORMS = [Platform.MEDIA_PLAYER]