Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.androidtv.const Namespace Reference

Variables

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

Detailed Description

Android Debug Bridge component constants.

Variable Documentation

◆ CONF_ADB_SERVER_IP

string homeassistant.components.androidtv.const.CONF_ADB_SERVER_IP = "adb_server_ip"

Definition at line 5 of file const.py.

◆ CONF_ADB_SERVER_PORT

string homeassistant.components.androidtv.const.CONF_ADB_SERVER_PORT = "adb_server_port"

Definition at line 6 of file const.py.

◆ CONF_ADBKEY

string homeassistant.components.androidtv.const.CONF_ADBKEY = "adbkey"

Definition at line 7 of file const.py.

◆ CONF_APPS

string homeassistant.components.androidtv.const.CONF_APPS = "apps"

Definition at line 8 of file const.py.

◆ CONF_EXCLUDE_UNNAMED_APPS

string homeassistant.components.androidtv.const.CONF_EXCLUDE_UNNAMED_APPS = "exclude_unnamed_apps"

Definition at line 9 of file const.py.

◆ CONF_GET_SOURCES

string homeassistant.components.androidtv.const.CONF_GET_SOURCES = "get_sources"

Definition at line 10 of file const.py.

◆ CONF_SCREENCAP

string homeassistant.components.androidtv.const.CONF_SCREENCAP = "screencap"

Definition at line 11 of file const.py.

◆ CONF_SCREENCAP_INTERVAL

string homeassistant.components.androidtv.const.CONF_SCREENCAP_INTERVAL = "screencap_interval"

Definition at line 12 of file const.py.

◆ CONF_STATE_DETECTION_RULES

string homeassistant.components.androidtv.const.CONF_STATE_DETECTION_RULES = "state_detection_rules"

Definition at line 13 of file const.py.

◆ CONF_TURN_OFF_COMMAND

string homeassistant.components.androidtv.const.CONF_TURN_OFF_COMMAND = "turn_off_command"

Definition at line 14 of file const.py.

◆ CONF_TURN_ON_COMMAND

string homeassistant.components.androidtv.const.CONF_TURN_ON_COMMAND = "turn_on_command"

Definition at line 15 of file const.py.

◆ DEFAULT_ADB_SERVER_PORT

int homeassistant.components.androidtv.const.DEFAULT_ADB_SERVER_PORT = 5037

Definition at line 17 of file const.py.

◆ DEFAULT_DEVICE_CLASS

string homeassistant.components.androidtv.const.DEFAULT_DEVICE_CLASS = "auto"

Definition at line 18 of file const.py.

◆ DEFAULT_EXCLUDE_UNNAMED_APPS

bool homeassistant.components.androidtv.const.DEFAULT_EXCLUDE_UNNAMED_APPS = False

Definition at line 19 of file const.py.

◆ DEFAULT_GET_SOURCES

bool homeassistant.components.androidtv.const.DEFAULT_GET_SOURCES = True

Definition at line 20 of file const.py.

◆ DEFAULT_PORT

int homeassistant.components.androidtv.const.DEFAULT_PORT = 5555

Definition at line 21 of file const.py.

◆ DEFAULT_SCREENCAP_INTERVAL

int homeassistant.components.androidtv.const.DEFAULT_SCREENCAP_INTERVAL = 5

Definition at line 22 of file const.py.

◆ DEVICE_ANDROIDTV

string homeassistant.components.androidtv.const.DEVICE_ANDROIDTV = "androidtv"

Definition at line 24 of file const.py.

◆ DEVICE_CLASSES

list homeassistant.components.androidtv.const.DEVICE_CLASSES = [DEFAULT_DEVICE_CLASS, DEVICE_ANDROIDTV, DEVICE_FIRETV]

Definition at line 26 of file const.py.

◆ DEVICE_FIRETV

string homeassistant.components.androidtv.const.DEVICE_FIRETV = "firetv"

Definition at line 25 of file const.py.

◆ DOMAIN

string homeassistant.components.androidtv.const.DOMAIN = "androidtv"

Definition at line 3 of file const.py.

◆ PROP_ETHMAC

string homeassistant.components.androidtv.const.PROP_ETHMAC = "ethmac"

Definition at line 28 of file const.py.

◆ PROP_SERIALNO

string homeassistant.components.androidtv.const.PROP_SERIALNO = "serialno"

Definition at line 29 of file const.py.

◆ PROP_WIFIMAC

string homeassistant.components.androidtv.const.PROP_WIFIMAC = "wifimac"

Definition at line 30 of file const.py.

◆ SIGNAL_CONFIG_ENTITY

string homeassistant.components.androidtv.const.SIGNAL_CONFIG_ENTITY = "androidtv_config"

Definition at line 32 of file const.py.