Classes | |
| class | SolaxConfigFlow |
Functions | |
| str | validate_api (data) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| string | DEFAULT_PASSWORD = "" |
| int | DEFAULT_PORT = 80 |
| STEP_USER_DATA_SCHEMA | |
Config flow for solax integration.
| str homeassistant.components.solax.config_flow.validate_api | ( | data | ) |
Validate the credentials.
Definition at line 32 of file config_flow.py.
|
private |
Definition at line 18 of file config_flow.py.
| string homeassistant.components.solax.config_flow.DEFAULT_PASSWORD = "" |
Definition at line 21 of file config_flow.py.
| int homeassistant.components.solax.config_flow.DEFAULT_PORT = 80 |
Definition at line 20 of file config_flow.py.
| homeassistant.components.solax.config_flow.STEP_USER_DATA_SCHEMA |
Definition at line 23 of file config_flow.py.