Classes | |
| class | CannotConnect |
| class | IskraConfigFlowFlow |
| class | UnknownException |
Functions | |
| BasicInfo | test_modbus_connection (str host, dict[str, Any] user_input) |
| BasicInfo | test_rest_api_connection (str host, dict[str, Any] user_input) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| STEP_AUTHENTICATION_DATA_SCHEMA | |
| STEP_MODBUS_TCP_DATA_SCHEMA | |
| STEP_USER_DATA_SCHEMA | |
Config flow for iskra integration.
| BasicInfo homeassistant.components.iskra.config_flow.test_modbus_connection | ( | str | host, |
| dict[str, Any] | user_input | ||
| ) |
Test the Modbus connection.
Definition at line 92 of file config_flow.py.
| BasicInfo homeassistant.components.iskra.config_flow.test_rest_api_connection | ( | str | host, |
| dict[str, Any] | user_input | ||
| ) |
Check if the RestAPI requires authentication.
Definition at line 75 of file config_flow.py.
|
private |
Definition at line 39 of file config_flow.py.
| homeassistant.components.iskra.config_flow.STEP_AUTHENTICATION_DATA_SCHEMA |
Definition at line 55 of file config_flow.py.
| homeassistant.components.iskra.config_flow.STEP_MODBUS_TCP_DATA_SCHEMA |
Definition at line 63 of file config_flow.py.
| homeassistant.components.iskra.config_flow.STEP_USER_DATA_SCHEMA |
Definition at line 42 of file config_flow.py.