Classes | |
| class | MadVRConfigFlow |
Functions | |
| None | close_test_connection (Madvr madvr_client) |
| str | test_connection (HomeAssistant hass, str host, int port) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| int | RETRY_INTERVAL = 1 |
| STEP_USER_DATA_SCHEMA | |
Config flow for the integration.
| None homeassistant.components.madvr.config_flow.close_test_connection | ( | Madvr | madvr_client | ) |
Close the test connection.
Definition at line 134 of file config_flow.py.
| str homeassistant.components.madvr.config_flow.test_connection | ( | HomeAssistant | hass, |
| str | host, | ||
| int | port | ||
| ) |
Test if we can connect to the device and grab the mac.
Definition at line 100 of file config_flow.py.
|
private |
Definition at line 22 of file config_flow.py.
| int homeassistant.components.madvr.config_flow.RETRY_INTERVAL = 1 |
Definition at line 31 of file config_flow.py.
| homeassistant.components.madvr.config_flow.STEP_USER_DATA_SCHEMA |
Definition at line 24 of file config_flow.py.