Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.openweathermap.repairs.DeprecatedV25RepairFlow Class Reference
Inheritance diagram for homeassistant.components.openweathermap.repairs.DeprecatedV25RepairFlow:
[legend]
Collaboration diagram for homeassistant.components.openweathermap.repairs.DeprecatedV25RepairFlow:
[legend]

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
 

Detailed Description

Handler for an issue fixing flow.

Definition at line 16 of file repairs.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.openweathermap.repairs.DeprecatedV25RepairFlow.__init__ (   self,
ConfigEntry  entry 
)
Create flow.

Definition at line 19 of file repairs.py.

Member Function Documentation

◆ async_step_init()

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.

◆ async_step_migrate()

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.

Member Data Documentation

◆ entry

homeassistant.components.openweathermap.repairs.DeprecatedV25RepairFlow.entry

Definition at line 22 of file repairs.py.


The documentation for this class was generated from the following file: