Home Assistant Unofficial Reference 2024.12.1
media_player.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.onkyo.media_player.OnkyoMediaPlayer
 

Namespaces

 homeassistant.components.onkyo.media_player
 

Functions

dict[InputSource, InputLibValue] homeassistant.components.onkyo.media_player._input_lib_cmds (str zone)
 
None homeassistant.components.onkyo.media_player.async_setup_entry (HomeAssistant hass, OnkyoConfigEntry entry, AddEntitiesCallback async_add_entities)
 
None homeassistant.components.onkyo.media_player.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.onkyo.media_player._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.onkyo.media_player.ATTR_AUDIO_INFORMATION = "audio_information"
 
string homeassistant.components.onkyo.media_player.ATTR_PRESET = "preset"
 
string homeassistant.components.onkyo.media_player.ATTR_VIDEO_INFORMATION = "video_information"
 
string homeassistant.components.onkyo.media_player.ATTR_VIDEO_OUT = "video_out"
 
list homeassistant.components.onkyo.media_player.AUDIO_INFORMATION_MAPPING
 
int homeassistant.components.onkyo.media_player.AUDIO_VIDEO_INFORMATION_UPDATE_WAIT_TIME = 8
 
int homeassistant.components.onkyo.media_player.CONF_MAX_VOLUME_DEFAULT = 100
 
int homeassistant.components.onkyo.media_player.CONF_RECEIVER_MAX_VOLUME_DEFAULT = 80
 
dictionary homeassistant.components.onkyo.media_player.CONF_SOURCES_DEFAULT
 
tuple homeassistant.components.onkyo.media_player.DEFAULT_PLAYABLE_SOURCES
 
 homeassistant.components.onkyo.media_player.InputLibValue
 
string homeassistant.components.onkyo.media_player.ISSUE_URL_PLACEHOLDER = "/config/integrations/dashboard/add?domain=onkyo"
 
 homeassistant.components.onkyo.media_player.PLATFORM_SCHEMA
 
tuple homeassistant.components.onkyo.media_player.SUPPORT_ONKYO
 
tuple homeassistant.components.onkyo.media_player.SUPPORT_ONKYO_WO_VOLUME
 
list homeassistant.components.onkyo.media_player.VIDEO_INFORMATION_MAPPING