Static Public Attributes | |
| DOMAIN = DOMAIN | |
Static Public Attributes inherited from homeassistant.helpers.config_entry_oauth2_flow.AbstractOAuth2FlowHandler | |
| string | DOMAIN = "" |
| int | VERSION = 1 |
Static Public Attributes inherited from homeassistant.data_entry_flow.FlowHandler | |
| Any | |
| bool | deprecated_show_progress = False |
| HomeAssistant | |
| string | init_step = "init" |
| int | MINOR_VERSION = 1 |
| None | |
| str | |
| int | VERSION = 1 |
Additional Inherited Members | |
Static Public Member Functions inherited from homeassistant.config_entries.ConfigFlow | |
| OptionsFlow | async_get_options_flow (ConfigEntry config_entry) |
Static Public Member Functions inherited from homeassistant.data_entry_flow.FlowHandler | |
| None | async_setup_preview (HomeAssistant hass) |
Public Attributes inherited from homeassistant.helpers.config_entry_oauth2_flow.AbstractOAuth2FlowHandler | |
| DOMAIN | |
| external_data | |
| flow_impl | |
Public Attributes inherited from homeassistant.config_entries.ConfigFlow | |
| source | |
Public Attributes inherited from homeassistant.data_entry_flow.FlowHandler | |
| deprecated_show_progress | |
Config flow to handle Weheat OAuth2 authentication.
Definition at line 16 of file config_flow.py.
| ConfigFlowResult homeassistant.components.weheat.config_flow.OAuth2FlowHandler.async_oauth_create_entry | ( | self, | |
| dict | data | ||
| ) |
Override the create entry method to change to the step to find the heat pumps.
Reimplemented from homeassistant.helpers.config_entry_oauth2_flow.AbstractOAuth2FlowHandler.
Definition at line 33 of file config_flow.py.
| ConfigFlowResult homeassistant.components.weheat.config_flow.OAuth2FlowHandler.async_step_reauth | ( | self, | |
| Mapping[str, Any] | entry_data | ||
| ) |
Perform reauth upon an API authentication error.
Definition at line 50 of file config_flow.py.
| ConfigFlowResult homeassistant.components.weheat.config_flow.OAuth2FlowHandler.async_step_reauth_confirm | ( | self, | |
| dict[str, Any] | None | user_input = None |
||
| ) |
Confirm reauth dialog.
Definition at line 56 of file config_flow.py.
| dict[str, str] homeassistant.components.weheat.config_flow.OAuth2FlowHandler.extra_authorize_data | ( | self | ) |
Extra data that needs to be appended to the authorize url.
Reimplemented from homeassistant.helpers.config_entry_oauth2_flow.AbstractOAuth2FlowHandler.
Definition at line 27 of file config_flow.py.
| logging.Logger homeassistant.components.weheat.config_flow.OAuth2FlowHandler.logger | ( | self | ) |
Return logger.
Reimplemented from homeassistant.helpers.config_entry_oauth2_flow.AbstractOAuth2FlowHandler.
Definition at line 22 of file config_flow.py.
|
static |
Definition at line 19 of file config_flow.py.