Home Assistant Unofficial Reference 2024.12.1
media_player.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.mediaroom.media_player.MediaroomDevice
 

Namespaces

 homeassistant.components.mediaroom.media_player
 

Functions

None homeassistant.components.mediaroom.media_player.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.mediaroom.media_player._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.mediaroom.media_player.DATA_MEDIAROOM = "mediaroom_known_stb"
 
string homeassistant.components.mediaroom.media_player.DEFAULT_NAME = "Mediaroom STB"
 
int homeassistant.components.mediaroom.media_player.DEFAULT_TIMEOUT = 9
 
string homeassistant.components.mediaroom.media_player.DISCOVERY_MEDIAROOM = "mediaroom_discovery_installed"
 
string homeassistant.components.mediaroom.media_player.MEDIA_TYPE_MEDIAROOM = "mediaroom"
 
 homeassistant.components.mediaroom.media_player.PLATFORM_SCHEMA
 
string homeassistant.components.mediaroom.media_player.SIGNAL_STB_NOTIFY = "mediaroom_stb_discovered"