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

Public Member Functions

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

Static Public Attributes

 allow_empty
 

Detailed Description

View to interact with the flow manager.

Definition at line 102 of file data_entry_flow.py.

Member Function Documentation

◆ get()

web.Response homeassistant.helpers.data_entry_flow.FlowManagerResourceView.get (   self,
web.Request  request,
str  flow_id 
)

◆ post()

web.Response homeassistant.helpers.data_entry_flow.FlowManagerResourceView.post (   self,
web.Request  request,
dict[str, Any]  data,
str   flow_id 
)
Handle a POST request.

Definition at line 117 of file data_entry_flow.py.

Member Data Documentation

◆ allow_empty

homeassistant.helpers.data_entry_flow.FlowManagerResourceView.allow_empty
static

Definition at line 116 of file data_entry_flow.py.


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