Public Member Functions | |
| None | __init__ (self, ConfigEntry entry) |
| data_entry_flow.FlowResult | async_step_init (self, dict[str, str]|None user_input=None) |
| data_entry_flow.FlowResult | async_step_migrate (self, dict[str, str]|None user_input=None) |
Public Attributes | |
| entry | |
Handler for an issue fixing flow.
Definition at line 16 of file repairs.py.
| None homeassistant.components.openweathermap.repairs.DeprecatedV25RepairFlow.__init__ | ( | self, | |
| ConfigEntry | entry | ||
| ) |
Create flow.
Definition at line 19 of file repairs.py.
| data_entry_flow.FlowResult homeassistant.components.openweathermap.repairs.DeprecatedV25RepairFlow.async_step_init | ( | self, | |
| dict[str, str] | None | user_input = None |
||
| ) |
Handle the first step of a fix flow.
Definition at line 24 of file repairs.py.
| data_entry_flow.FlowResult homeassistant.components.openweathermap.repairs.DeprecatedV25RepairFlow.async_step_migrate | ( | self, | |
| dict[str, str] | None | user_input = None |
||
| ) |
Handle the migrate step of a fix flow.
Definition at line 30 of file repairs.py.
| homeassistant.components.openweathermap.repairs.DeprecatedV25RepairFlow.entry |
Definition at line 22 of file repairs.py.