Classes | |
| class | BadMFA |
| class | InvalidAuth |
| class | MonarchMoneyConfigFlow |
Functions | |
| dict[str, Any] | validate_login (HomeAssistant hass, dict[str, Any] data, str|None email=None, str|None password=None) |
Variables | |
| _LOGGER = logging.getLogger(__name__) | |
| STEP_MFA_DATA_SCHEMA | |
| STEP_USER_DATA_SCHEMA | |
Config flow for Monarch Money integration.
| dict[str, Any] homeassistant.components.monarch_money.config_flow.validate_login | ( | HomeAssistant | hass, |
| dict[str, Any] | data, | ||
| str | None | email = None, |
||
| str | None | password = None |
||
| ) |
Validate the user input allows us to connect. Data has the keys from STEP_USER_DATA_SCHEMA with values provided by the user. Upon success a session will be saved
Definition at line 51 of file config_flow.py.
|
private |
Definition at line 26 of file config_flow.py.
| homeassistant.components.monarch_money.config_flow.STEP_MFA_DATA_SCHEMA |
Definition at line 44 of file config_flow.py.
| homeassistant.components.monarch_money.config_flow.STEP_USER_DATA_SCHEMA |
Definition at line 29 of file config_flow.py.