Home Assistant Unofficial Reference 2024.12.1
media_player.py File Reference

Go to the source code of this file.

Classes

class  homeassistant.components.androidtv.media_player.ADBDevice
 
class  homeassistant.components.androidtv.media_player.AndroidTVDevice
 
class  homeassistant.components.androidtv.media_player.FireTVDevice
 

Namespaces

 homeassistant.components.androidtv.media_player
 

Functions

None homeassistant.components.androidtv.media_player.async_setup_entry (HomeAssistant hass, AndroidTVConfigEntry entry, AddEntitiesCallback async_add_entities)
 

Variables

 homeassistant.components.androidtv.media_player._LOGGER = logging.getLogger(__name__)
 
dictionary homeassistant.components.androidtv.media_player.ANDROIDTV_STATES
 
string homeassistant.components.androidtv.media_player.ATTR_ADB_RESPONSE = "adb_response"
 
string homeassistant.components.androidtv.media_player.ATTR_DEVICE_PATH = "device_path"
 
string homeassistant.components.androidtv.media_player.ATTR_HDMI_INPUT = "hdmi_input"
 
string homeassistant.components.androidtv.media_player.ATTR_LOCAL_PATH = "local_path"
 
string homeassistant.components.androidtv.media_player.SERVICE_ADB_COMMAND = "adb_command"
 
string homeassistant.components.androidtv.media_player.SERVICE_DOWNLOAD = "download"
 
string homeassistant.components.androidtv.media_player.SERVICE_LEARN_SENDEVENT = "learn_sendevent"
 
string homeassistant.components.androidtv.media_player.SERVICE_UPLOAD = "upload"