Handle a config flow.
Definition at line 24 of file config_flow.py.
◆ async_oauth_create_entry()
| ConfigFlowResult homeassistant.components.husqvarna_automower.config_flow.HusqvarnaConfigFlowHandler.async_oauth_create_entry |
( |
|
self, |
|
|
dict[str, Any] |
data |
|
) |
| |
◆ async_step_missing_scope()
| ConfigFlowResult homeassistant.components.husqvarna_automower.config_flow.HusqvarnaConfigFlowHandler.async_step_missing_scope |
( |
|
self, |
|
|
dict[str, Any] | None |
user_input = None |
|
) |
| |
◆ async_step_reauth()
| ConfigFlowResult homeassistant.components.husqvarna_automower.config_flow.HusqvarnaConfigFlowHandler.async_step_reauth |
( |
|
self, |
|
|
Mapping[str, Any]
|
entry_data |
|
) |
| |
Perform reauth upon an API authentication error.
Definition at line 76 of file config_flow.py.
◆ async_step_reauth_confirm()
| ConfigFlowResult homeassistant.components.husqvarna_automower.config_flow.HusqvarnaConfigFlowHandler.async_step_reauth_confirm |
( |
|
self, |
|
|
dict[str, Any] | None |
user_input = None |
|
) |
| |
◆ logger()
| logging.Logger homeassistant.components.husqvarna_automower.config_flow.HusqvarnaConfigFlowHandler.logger |
( |
|
self | ) |
|
◆ DOMAIN
| homeassistant.components.husqvarna_automower.config_flow.HusqvarnaConfigFlowHandler.DOMAIN = DOMAIN |
|
static |
◆ source
| homeassistant.components.husqvarna_automower.config_flow.HusqvarnaConfigFlowHandler.source |
◆ VERSION
| int homeassistant.components.husqvarna_automower.config_flow.HusqvarnaConfigFlowHandler.VERSION = 1 |
|
static |
The documentation for this class was generated from the following file: