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

Public Member Functions

web.Response get (self, web.Request request, str flow_id)
 
web.Response post (self, web.Request request, str flow_id)
 
- Public Member Functions inherited from homeassistant.helpers.data_entry_flow.FlowManagerResourceView
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

 name
 
 url
 
- Static Public Attributes inherited from homeassistant.helpers.data_entry_flow.FlowManagerResourceView
 allow_empty
 

Detailed Description

View to interact with the option flow manager.

Definition at line 146 of file websocket_api.py.

Member Function Documentation

◆ get()

web.Response homeassistant.components.repairs.websocket_api.RepairsFlowResourceView.get (   self,
web.Request  request,
str  flow_id 
)
Get the current state of a data_entry_flow.

Reimplemented from homeassistant.helpers.data_entry_flow.FlowManagerResourceView.

Definition at line 153 of file websocket_api.py.

◆ post()

web.Response homeassistant.components.repairs.websocket_api.RepairsFlowResourceView.post (   self,
web.Request  request,
str  flow_id 
)
Handle a POST request.

Definition at line 158 of file websocket_api.py.

Member Data Documentation

◆ name

homeassistant.components.repairs.websocket_api.RepairsFlowResourceView.name
static

Definition at line 150 of file websocket_api.py.

◆ url

homeassistant.components.repairs.websocket_api.RepairsFlowResourceView.url
static
View to interact with the option flow manager.

Definition at line 149 of file websocket_api.py.


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