Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.assist_pipeline.repair_flows.AssistInProgressDeprecatedRepairFlow Class Reference
Inheritance diagram for homeassistant.components.assist_pipeline.repair_flows.AssistInProgressDeprecatedRepairFlow:
[legend]
Collaboration diagram for homeassistant.components.assist_pipeline.repair_flows.AssistInProgressDeprecatedRepairFlow:
[legend]

Public Member Functions

None __init__ (self, dict[str, str|int|float|None]|None data)
 
FlowResult async_step_confirm_disable_entity (self, dict[str, str]|None user_input=None)
 
FlowResult async_step_init (self, None _=None)
 

Private Attributes

 _data
 

Detailed Description

Handler for an issue fixing flow.

Definition at line 17 of file repair_flows.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.components.assist_pipeline.repair_flows.AssistInProgressDeprecatedRepairFlow.__init__ (   self,
dict[str, str | int | float | None] | None  data 
)
Initialize.

Definition at line 20 of file repair_flows.py.

Member Function Documentation

◆ async_step_confirm_disable_entity()

FlowResult homeassistant.components.assist_pipeline.repair_flows.AssistInProgressDeprecatedRepairFlow.async_step_confirm_disable_entity (   self,
dict[str, str] | None   user_input = None 
)
Handle the confirm step of a fix flow.

Definition at line 30 of file repair_flows.py.

◆ async_step_init()

FlowResult homeassistant.components.assist_pipeline.repair_flows.AssistInProgressDeprecatedRepairFlow.async_step_init (   self,
None   _ = None 
)
Handle the first step of a fix flow.

Definition at line 26 of file repair_flows.py.

Member Data Documentation

◆ _data

homeassistant.components.assist_pipeline.repair_flows.AssistInProgressDeprecatedRepairFlow._data
private

Definition at line 24 of file repair_flows.py.


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