Home Assistant Unofficial Reference 2024.12.1
const.py File Reference

Go to the source code of this file.

Namespaces

 homeassistant.components.androidtv.const
 

Variables

string homeassistant.components.androidtv.const.CONF_ADB_SERVER_IP = "adb_server_ip"
 
string homeassistant.components.androidtv.const.CONF_ADB_SERVER_PORT = "adb_server_port"
 
string homeassistant.components.androidtv.const.CONF_ADBKEY = "adbkey"
 
string homeassistant.components.androidtv.const.CONF_APPS = "apps"
 
string homeassistant.components.androidtv.const.CONF_EXCLUDE_UNNAMED_APPS = "exclude_unnamed_apps"
 
string homeassistant.components.androidtv.const.CONF_GET_SOURCES = "get_sources"
 
string homeassistant.components.androidtv.const.CONF_SCREENCAP = "screencap"
 
string homeassistant.components.androidtv.const.CONF_SCREENCAP_INTERVAL = "screencap_interval"
 
string homeassistant.components.androidtv.const.CONF_STATE_DETECTION_RULES = "state_detection_rules"
 
string homeassistant.components.androidtv.const.CONF_TURN_OFF_COMMAND = "turn_off_command"
 
string homeassistant.components.androidtv.const.CONF_TURN_ON_COMMAND = "turn_on_command"
 
int homeassistant.components.androidtv.const.DEFAULT_ADB_SERVER_PORT = 5037
 
string homeassistant.components.androidtv.const.DEFAULT_DEVICE_CLASS = "auto"
 
bool homeassistant.components.androidtv.const.DEFAULT_EXCLUDE_UNNAMED_APPS = False
 
bool homeassistant.components.androidtv.const.DEFAULT_GET_SOURCES = True
 
int homeassistant.components.androidtv.const.DEFAULT_PORT = 5555
 
int homeassistant.components.androidtv.const.DEFAULT_SCREENCAP_INTERVAL = 5
 
string homeassistant.components.androidtv.const.DEVICE_ANDROIDTV = "androidtv"
 
list homeassistant.components.androidtv.const.DEVICE_CLASSES = [DEFAULT_DEVICE_CLASS, DEVICE_ANDROIDTV, DEVICE_FIRETV]
 
string homeassistant.components.androidtv.const.DEVICE_FIRETV = "firetv"
 
string homeassistant.components.androidtv.const.DOMAIN = "androidtv"
 
string homeassistant.components.androidtv.const.PROP_ETHMAC = "ethmac"
 
string homeassistant.components.androidtv.const.PROP_SERIALNO = "serialno"
 
string homeassistant.components.androidtv.const.PROP_WIFIMAC = "wifimac"
 
string homeassistant.components.androidtv.const.SIGNAL_CONFIG_ENTITY = "androidtv_config"