Handle a config flow.
Definition at line 19 of file config_flow.py.
◆ async_oauth_create_entry()
| ConfigFlowResult homeassistant.components.withings.config_flow.WithingsFlowHandler.async_oauth_create_entry |
( |
|
self, |
|
|
dict[str, Any] |
data |
|
) |
| |
Create an entry for the flow, or update existing entry.
Definition at line 56 of file config_flow.py.
◆ async_step_reauth()
| ConfigFlowResult homeassistant.components.withings.config_flow.WithingsFlowHandler.async_step_reauth |
( |
|
self, |
|
|
Mapping[str, Any]
|
entry_data |
|
) |
| |
Perform reauth upon an API authentication error.
Definition at line 39 of file config_flow.py.
◆ async_step_reauth_confirm()
| ConfigFlowResult homeassistant.components.withings.config_flow.WithingsFlowHandler.async_step_reauth_confirm |
( |
|
self, |
|
|
dict[str, Any] | None |
user_input = None |
|
) |
| |
◆ extra_authorize_data()
| dict[str, str] homeassistant.components.withings.config_flow.WithingsFlowHandler.extra_authorize_data |
( |
|
self | ) |
|
Extra data that needs to be appended to the authorize url.
Definition at line 32 of file config_flow.py.
◆ logger()
| logging.Logger homeassistant.components.withings.config_flow.WithingsFlowHandler.logger |
( |
|
self | ) |
|
◆ DOMAIN
| homeassistant.components.withings.config_flow.WithingsFlowHandler.DOMAIN = DOMAIN |
|
static |
The documentation for this class was generated from the following file: