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 Ondilo ICO OAuth2 authentication.
Definition at line 13 of file config_flow.py.
| ConfigFlowResult homeassistant.components.ondilo_ico.config_flow.OndiloIcoOAuth2FlowHandler.async_step_user | ( | self, | |
| dict[str, Any] | None | user_input = None |
||
| ) |
Handle a flow initialized by the user.
Reimplemented from homeassistant.helpers.config_entry_oauth2_flow.AbstractOAuth2FlowHandler.
Definition at line 18 of file config_flow.py.
| dict homeassistant.components.ondilo_ico.config_flow.OndiloIcoOAuth2FlowHandler.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 37 of file config_flow.py.
| logging.Logger homeassistant.components.ondilo_ico.config_flow.OndiloIcoOAuth2FlowHandler.logger | ( | self | ) |
Return logger.
Reimplemented from homeassistant.helpers.config_entry_oauth2_flow.AbstractOAuth2FlowHandler.
Definition at line 32 of file config_flow.py.
|
static |
Definition at line 16 of file config_flow.py.