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

Public Member Functions

dict[str, Any] get_context (self, dict[str, Any] data)
 
web.Response post (self, web.Request request, dict[str, Any] data)
 
- Public Member Functions inherited from homeassistant.helpers.data_entry_flow._BaseFlowManagerView
None __init__ (self, _FlowManagerT flow_mgr)
 

Static Public Attributes

 context
 
 default
 
 extra = vol.ALLOW_EXTRA,
 
 result
 

Private Member Functions

web.Response _post_impl (self, web.Request request, dict[str, Any] data)
 

Detailed Description

View to create config flows.

Definition at line 59 of file data_entry_flow.py.

Member Function Documentation

◆ _post_impl()

web.Response homeassistant.helpers.data_entry_flow.FlowManagerIndexView._post_impl (   self,
web.Request  request,
dict[str, Any]   data 
)
private
Initialize a POST request.

Override `_post_impl` in subclasses which need
to implement their own `RequestDataValidator`

Reimplemented in homeassistant.components.config.config_entries.ConfigManagerFlowIndexView.

Definition at line 76 of file data_entry_flow.py.

◆ get_context()

dict[str, Any] homeassistant.helpers.data_entry_flow.FlowManagerIndexView.get_context (   self,
dict[str, Any]  data 
)
Return context.

Reimplemented in homeassistant.components.config.config_entries.ConfigManagerFlowIndexView.

Definition at line 94 of file data_entry_flow.py.

◆ post()

web.Response homeassistant.helpers.data_entry_flow.FlowManagerIndexView.post (   self,
web.Request  request,
dict[str, Any]  data 
)

Member Data Documentation

◆ context

homeassistant.helpers.data_entry_flow.FlowManagerIndexView.context
static

Definition at line 83 of file data_entry_flow.py.

◆ default

homeassistant.helpers.data_entry_flow.FlowManagerIndexView.default
static

Definition at line 63 of file data_entry_flow.py.

◆ extra

homeassistant.helpers.data_entry_flow.FlowManagerIndexView.extra = vol.ALLOW_EXTRA,
static

Definition at line 65 of file data_entry_flow.py.

◆ result

homeassistant.helpers.data_entry_flow.FlowManagerIndexView.result
static
Handle a POST request.

Definition at line 81 of file data_entry_flow.py.


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