Handle a config flow.
Definition at line 18 of file config_flow.py.
◆ async_oauth_create_entry()
| ConfigFlowResult homeassistant.components.monzo.config_flow.MonzoFlowHandler.async_oauth_create_entry |
( |
|
self, |
|
|
dict[str, Any] |
data |
|
) |
| |
◆ async_step_await_approval_confirmation()
| ConfigFlowResult homeassistant.components.monzo.config_flow.MonzoFlowHandler.async_step_await_approval_confirmation |
( |
|
self, |
|
|
dict[str, Any] | None |
user_input = None |
|
) |
| |
Wait for the user to confirm in-app approval.
Definition at line 32 of file config_flow.py.
◆ async_step_reauth()
| ConfigFlowResult homeassistant.components.monzo.config_flow.MonzoFlowHandler.async_step_reauth |
( |
|
self, |
|
|
Mapping[str, Any]
|
entry_data |
|
) |
| |
Perform reauth upon an API authentication error.
Definition at line 62 of file config_flow.py.
◆ async_step_reauth_confirm()
| ConfigFlowResult homeassistant.components.monzo.config_flow.MonzoFlowHandler.async_step_reauth_confirm |
( |
|
self, |
|
|
dict[str, Any] | None |
user_input = None |
|
) |
| |
◆ logger()
| logging.Logger homeassistant.components.monzo.config_flow.MonzoFlowHandler.logger |
( |
|
self | ) |
|
◆ DOMAIN
| homeassistant.components.monzo.config_flow.MonzoFlowHandler.DOMAIN = DOMAIN |
|
static |
◆ oauth_data
| homeassistant.components.monzo.config_flow.MonzoFlowHandler.oauth_data |
The documentation for this class was generated from the following file: