Public Member Functions | |
| ConfigFlowResult | async_oauth_create_entry (self, dict data) |
| ConfigFlowResult | async_step_reauth (self, Mapping[str, Any] entry_data) |
| ConfigFlowResult | async_step_reauth_confirm (self, dict|None user_input=None) |
| ConfigFlowResult | async_step_user (self, dict|None user_input=None) |
| dict | extra_authorize_data (self) |
| logging.Logger | logger (self) |
Static Public Member Functions | |
| OptionsFlow | async_get_options_flow (ConfigEntry config_entry) |
Static Public Attributes | |
| DOMAIN = DOMAIN | |
Config flow to handle Netatmo OAuth2 authentication.
Definition at line 38 of file config_flow.py.
|
static |
Get the options flow for this handler.
Definition at line 47 of file config_flow.py.
| ConfigFlowResult homeassistant.components.netatmo.config_flow.NetatmoFlowHandler.async_oauth_create_entry | ( | self, | |
| dict | data | ||
| ) |
Create an oauth config entry or update existing entry for reauth.
Definition at line 88 of file config_flow.py.
| ConfigFlowResult homeassistant.components.netatmo.config_flow.NetatmoFlowHandler.async_step_reauth | ( | self, | |
| Mapping[str, Any] | entry_data | ||
| ) |
Perform reauth upon an API authentication error.
Definition at line 73 of file config_flow.py.
| ConfigFlowResult homeassistant.components.netatmo.config_flow.NetatmoFlowHandler.async_step_reauth_confirm | ( | self, | |
| dict | None | user_input = None |
||
| ) |
Dialog that informs the user that reauth is required.
Definition at line 79 of file config_flow.py.
| ConfigFlowResult homeassistant.components.netatmo.config_flow.NetatmoFlowHandler.async_step_user | ( | self, | |
| dict | None | user_input = None |
||
| ) |
Handle a flow start.
Definition at line 64 of file config_flow.py.
| dict homeassistant.components.netatmo.config_flow.NetatmoFlowHandler.extra_authorize_data | ( | self | ) |
Extra data that needs to be appended to the authorize url.
Definition at line 59 of file config_flow.py.
| logging.Logger homeassistant.components.netatmo.config_flow.NetatmoFlowHandler.logger | ( | self | ) |
Return logger.
Definition at line 54 of file config_flow.py.
|
static |
Definition at line 43 of file config_flow.py.