Home Assistant Unofficial Reference 2024.12.1
media_player.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.demo.media_player.AbstractDemoPlayer
 
class  homeassistant.components.demo.media_player.DemoBrowsePlayer
 
class  homeassistant.components.demo.media_player.DemoGroupPlayer
 
class  homeassistant.components.demo.media_player.DemoMusicPlayer
 
class  homeassistant.components.demo.media_player.DemoTVShowPlayer
 
class  homeassistant.components.demo.media_player.DemoYoutubePlayer
 

Namespaces

 homeassistant.components.demo.media_player
 

Functions

None homeassistant.components.demo.media_player.async_setup_entry (HomeAssistant hass, ConfigEntry config_entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.demo.media_player.BROWSE_PLAYER_SUPPORT = MediaPlayerEntityFeature.BROWSE_MEDIA
 
string homeassistant.components.demo.media_player.DEFAULT_SOUND_MODE = "Music"
 
tuple homeassistant.components.demo.media_player.MUSIC_PLAYER_SUPPORT
 
tuple homeassistant.components.demo.media_player.NETFLIX_PLAYER_SUPPORT
 
list homeassistant.components.demo.media_player.SOUND_MODE_LIST = ["Music", "Movie"]
 
tuple homeassistant.components.demo.media_player.YOUTUBE_PLAYER_SUPPORT