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

Public Member Functions

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

Static Public Attributes

 data
 
 extra
 
string name = "api:repairs:issues:fix"
 
 result
 
string url = "/api/repairs/issues/fix"
 
- Static Public Attributes inherited from homeassistant.helpers.data_entry_flow.FlowManagerIndexView
 context
 
 default
 
 extra = vol.ALLOW_EXTRA,
 
 result
 

Detailed Description

View to create issue fix flows.

Definition at line 111 of file websocket_api.py.

Member Function Documentation

◆ post()

web.Response homeassistant.components.repairs.websocket_api.RepairsFlowIndexView.post (   self,
web.Request  request,
dict[str, Any]  data 
)

Reimplemented from homeassistant.helpers.data_entry_flow.FlowManagerIndexView.

Definition at line 124 of file websocket_api.py.

Member Data Documentation

◆ data

homeassistant.components.repairs.websocket_api.RepairsFlowIndexView.data
static

Definition at line 129 of file websocket_api.py.

◆ extra

homeassistant.components.repairs.websocket_api.RepairsFlowIndexView.extra
static

Definition at line 121 of file websocket_api.py.

◆ name

string homeassistant.components.repairs.websocket_api.RepairsFlowIndexView.name = "api:repairs:issues:fix"
static

Definition at line 115 of file websocket_api.py.

◆ result

homeassistant.components.repairs.websocket_api.RepairsFlowIndexView.result
static
Handle a POST request.

Definition at line 127 of file websocket_api.py.

◆ url

string homeassistant.components.repairs.websocket_api.RepairsFlowIndexView.url = "/api/repairs/issues/fix"
static

Definition at line 114 of file websocket_api.py.


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