Classes | |
| class | AndroidTVRemoteConfigFlow |
| class | AndroidTVRemoteOptionsFlowHandler |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | APPS_NEW_ID = "NewApp" |
| string | CONF_APP_DELETE = "app_delete" |
| string | CONF_APP_ID = "app_id" |
| STEP_PAIR_DATA_SCHEMA | |
| STEP_USER_DATA_SCHEMA | |
Config flow for Android TV Remote integration.
|
private |
Definition at line 38 of file config_flow.py.
| string homeassistant.components.androidtv_remote.config_flow.APPS_NEW_ID = "NewApp" |
Definition at line 40 of file config_flow.py.
| string homeassistant.components.androidtv_remote.config_flow.CONF_APP_DELETE = "app_delete" |
Definition at line 41 of file config_flow.py.
| string homeassistant.components.androidtv_remote.config_flow.CONF_APP_ID = "app_id" |
Definition at line 42 of file config_flow.py.
| homeassistant.components.androidtv_remote.config_flow.STEP_PAIR_DATA_SCHEMA |
Definition at line 50 of file config_flow.py.
| homeassistant.components.androidtv_remote.config_flow.STEP_USER_DATA_SCHEMA |
Definition at line 44 of file config_flow.py.