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

Public Member Functions

None __init__ (self, dict[str, str] data)
 
FlowResult async_step_confirm (self, dict[str, str]|None user_input=None)
 
FlowResult async_step_ignore (self, dict[str, str]|None user_input=None)
 
FlowResult async_step_init (self, dict[str, str]|None user_input=None)
 

Public Attributes

 domain
 

Detailed Description

Handler for an issue fixing flow.

Definition at line 13 of file repairs.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.homeassistant.repairs.IntegrationNotFoundFlow.__init__ (   self,
dict[str, str]  data 
)
Initialize.

Definition at line 16 of file repairs.py.

Member Function Documentation

◆ async_step_confirm()

FlowResult homeassistant.components.homeassistant.repairs.IntegrationNotFoundFlow.async_step_confirm (   self,
dict[str, str] | None   user_input = None 
)
Handle the confirm step of a fix flow.

Definition at line 31 of file repairs.py.

◆ async_step_ignore()

FlowResult homeassistant.components.homeassistant.repairs.IntegrationNotFoundFlow.async_step_ignore (   self,
dict[str, str] | None   user_input = None 
)
Handle the ignore step of a fix flow.

Definition at line 40 of file repairs.py.

◆ async_step_init()

FlowResult homeassistant.components.homeassistant.repairs.IntegrationNotFoundFlow.async_step_init (   self,
dict[str, str] | None   user_input = None 
)
Handle the first step of a fix flow.

Definition at line 21 of file repairs.py.

Member Data Documentation

◆ domain

homeassistant.components.homeassistant.repairs.IntegrationNotFoundFlow.domain

Definition at line 18 of file repairs.py.


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