Home Assistant Unofficial Reference 2024.12.1
media_player.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.hdmi_cec.media_player.CecPlayerEntity
 

Namespaces

 homeassistant.components.hdmi_cec.media_player
 

Functions

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

Variables

 homeassistant.components.hdmi_cec.media_player._LOGGER = logging.getLogger(__name__)
 
string homeassistant.components.hdmi_cec.media_player.ENTITY_ID_FORMAT = MP_DOMAIN + ".{}"