Home Assistant Unofficial Reference 2024.12.1
media_player.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.russound_rnet.media_player.RussoundRNETDevice
 

Namespaces

 homeassistant.components.russound_rnet.media_player
 

Functions

None homeassistant.components.russound_rnet.media_player.setup_platform (HomeAssistant hass, ConfigType config, AddEntitiesCallback add_entities, DiscoveryInfoType|None discovery_info=None)
 

Variables

 homeassistant.components.russound_rnet.media_player._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.russound_rnet.media_player.CONF_SOURCES = "sources"
 
string homeassistant.components.russound_rnet.media_player.CONF_ZONES = "zones"
 
 homeassistant.components.russound_rnet.media_player.PLATFORM_SCHEMA
 
 homeassistant.components.russound_rnet.media_player.SOURCE_SCHEMA = vol.Schema({vol.Required(CONF_NAME): cv.string})
 
 homeassistant.components.russound_rnet.media_player.ZONE_SCHEMA = vol.Schema({vol.Required(CONF_NAME): cv.string})