Home Assistant Unofficial Reference 2024.12.1
homeassistant.helpers.data_entry_flow._BaseFlowManagerView Class Reference
Inheritance diagram for homeassistant.helpers.data_entry_flow._BaseFlowManagerView:
[legend]
Collaboration diagram for homeassistant.helpers.data_entry_flow._BaseFlowManagerView:
[legend]

Public Member Functions

None __init__ (self, _FlowManagerT flow_mgr)
 

Private Member Functions

data_entry_flow.FlowResult _prepare_result_json (self, data_entry_flow.FlowResult result)
 

Private Attributes

 _flow_mgr
 

Detailed Description

Foundation for flow manager views.

Definition at line 26 of file data_entry_flow.py.

Constructor & Destructor Documentation

◆ __init__()

None homeassistant.helpers.data_entry_flow._BaseFlowManagerView.__init__ (   self,
_FlowManagerT  flow_mgr 
)
Initialize the flow manager index view.

Definition at line 29 of file data_entry_flow.py.

Member Function Documentation

◆ _prepare_result_json()

data_entry_flow.FlowResult homeassistant.helpers.data_entry_flow._BaseFlowManagerView._prepare_result_json (   self,
data_entry_flow.FlowResult   result 
)
private

Member Data Documentation

◆ _flow_mgr

homeassistant.helpers.data_entry_flow._BaseFlowManagerView._flow_mgr
private

Definition at line 31 of file data_entry_flow.py.


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