Home Assistant Unofficial Reference 2024.12.1
media_player.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.group.media_player.MediaPlayerGroup
 

Namespaces

 homeassistant.components.group.media_player
 

Functions

MediaPlayerGroup homeassistant.components.group.media_player.async_create_preview_media_player (HomeAssistant hass, str name, dict[str, Any] validated_config)
 
None homeassistant.components.group.media_player.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 
None homeassistant.components.group.media_player.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

string homeassistant.components.group.media_player.DEFAULT_NAME = "Media Group"
 
string homeassistant.components.group.media_player.KEY_ANNOUNCE = "announce"
 
string homeassistant.components.group.media_player.KEY_CLEAR_PLAYLIST = "clear_playlist"
 
string homeassistant.components.group.media_player.KEY_ENQUEUE = "enqueue"
 
string homeassistant.components.group.media_player.KEY_ON_OFF = "on_off"
 
string homeassistant.components.group.media_player.KEY_PAUSE_PLAY_STOP = "play"
 
string homeassistant.components.group.media_player.KEY_PLAY_MEDIA = "play_media"
 
string homeassistant.components.group.media_player.KEY_SEEK = "seek"
 
string homeassistant.components.group.media_player.KEY_SHUFFLE = "shuffle"
 
string homeassistant.components.group.media_player.KEY_TRACKS = "tracks"
 
string homeassistant.components.group.media_player.KEY_VOLUME = "volume"
 
 homeassistant.components.group.media_player.PLATFORM_SCHEMA