Home Assistant Unofficial Reference 2024.12.1
media_player.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.kef.media_player.KefMediaPlayer
 

Namespaces

 homeassistant.components.kef.media_player
 

Functions

None homeassistant.components.kef.media_player.async_setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback async_add_entities, DiscoveryInfoType|None discovery_info=None)
 
def homeassistant.components.kef.media_player.get_ip_mode (host)
 

Variables

 homeassistant.components.kef.media_player._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.kef.media_player.CONF_INVERSE_SPEAKER_MODE = "inverse_speaker_mode"
 
string homeassistant.components.kef.media_player.CONF_MAX_VOLUME = "maximum_volume"
 
string homeassistant.components.kef.media_player.CONF_STANDBY_TIME = "standby_time"
 
string homeassistant.components.kef.media_player.CONF_SUPPORTS_ON = "supports_on"
 
string homeassistant.components.kef.media_player.CONF_VOLUME_STEP = "volume_step"
 
bool homeassistant.components.kef.media_player.DEFAULT_INVERSE_SPEAKER_MODE = False
 
float homeassistant.components.kef.media_player.DEFAULT_MAX_VOLUME = 0.5
 
string homeassistant.components.kef.media_player.DEFAULT_NAME = "KEF"
 
int homeassistant.components.kef.media_player.DEFAULT_PORT = 50001
 
bool homeassistant.components.kef.media_player.DEFAULT_SUPPORTS_ON = True
 
float homeassistant.components.kef.media_player.DEFAULT_VOLUME_STEP = 0.05
 
string homeassistant.components.kef.media_player.DOMAIN = "kef"
 
 homeassistant.components.kef.media_player.DSP_SCAN_INTERVAL = timedelta(seconds=3600)
 
 homeassistant.components.kef.media_player.PLATFORM_SCHEMA
 
 homeassistant.components.kef.media_player.SCAN_INTERVAL = timedelta(seconds=30)
 
string homeassistant.components.kef.media_player.SERVICE_DESK_DB = "set_desk_db"
 
string homeassistant.components.kef.media_player.SERVICE_HIGH_HZ = "set_high_hz"
 
string homeassistant.components.kef.media_player.SERVICE_LOW_HZ = "set_low_hz"
 
string homeassistant.components.kef.media_player.SERVICE_MODE = "set_mode"
 
string homeassistant.components.kef.media_player.SERVICE_SUB_DB = "set_sub_db"
 
string homeassistant.components.kef.media_player.SERVICE_TREBLE_DB = "set_treble_db"
 
string homeassistant.components.kef.media_player.SERVICE_UPDATE_DSP = "update_dsp"
 
string homeassistant.components.kef.media_player.SERVICE_WALL_DB = "set_wall_db"
 
dictionary homeassistant.components.kef.media_player.SOURCES = {"LSX": ["Wifi", "Bluetooth", "Aux", "Opt"]}