Classes | |
| class | AndroidTVFlowHandler |
| class | OptionsFlowHandler |
Functions | |
| bool | _is_file (str value) |
| list[Any]|None | _validate_state_det_rules (Any state_det_rules) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | APPS_NEW_ID = "NewApp" |
| string | CONF_APP_DELETE = "app_delete" |
| string | CONF_APP_ID = "app_id" |
| string | CONF_APP_NAME = "app_name" |
| string | CONF_RULE_DELETE = "rule_delete" |
| string | CONF_RULE_ID = "rule_id" |
| string | CONF_RULE_VALUES = "rule_values" |
| string | RESULT_CONN_ERROR = "cannot_connect" |
| string | RESULT_UNKNOWN = "unknown" |
| string | RULES_NEW_ID = "NewRule" |
Config flow to configure the Android Debug Bridge integration.
|
private |
Validate that the value is an existing file.
Definition at line 69 of file config_flow.py.
|
private |
Validate a string that contain state detection rules and return a dict.
Definition at line 379 of file config_flow.py.
|
private |
Definition at line 66 of file config_flow.py.
| string homeassistant.components.androidtv.config_flow.APPS_NEW_ID = "NewApp" |
Definition at line 53 of file config_flow.py.
| string homeassistant.components.androidtv.config_flow.CONF_APP_DELETE = "app_delete" |
Definition at line 54 of file config_flow.py.
| string homeassistant.components.androidtv.config_flow.CONF_APP_ID = "app_id" |
Definition at line 55 of file config_flow.py.
| string homeassistant.components.androidtv.config_flow.CONF_APP_NAME = "app_name" |
Definition at line 56 of file config_flow.py.
| string homeassistant.components.androidtv.config_flow.CONF_RULE_DELETE = "rule_delete" |
Definition at line 59 of file config_flow.py.
| string homeassistant.components.androidtv.config_flow.CONF_RULE_ID = "rule_id" |
Definition at line 60 of file config_flow.py.
| string homeassistant.components.androidtv.config_flow.CONF_RULE_VALUES = "rule_values" |
Definition at line 61 of file config_flow.py.
| string homeassistant.components.androidtv.config_flow.RESULT_CONN_ERROR = "cannot_connect" |
Definition at line 63 of file config_flow.py.
| string homeassistant.components.androidtv.config_flow.RESULT_UNKNOWN = "unknown" |
Definition at line 64 of file config_flow.py.
| string homeassistant.components.androidtv.config_flow.RULES_NEW_ID = "NewRule" |
Definition at line 58 of file config_flow.py.