Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.config.config_entries.ConfigManagerAvailableFlowView Class Reference
Inheritance diagram for homeassistant.components.config.config_entries.ConfigManagerAvailableFlowView:
[legend]
Collaboration diagram for homeassistant.components.config.config_entries.ConfigManagerAvailableFlowView:
[legend]

Public Member Functions

web.Response get (self, web.Request request)
 

Static Public Attributes

 name
 
 url
 

Detailed Description

View to query available flows.

Definition at line 231 of file config_entries.py.

Member Function Documentation

◆ get()

web.Response homeassistant.components.config.config_entries.ConfigManagerAvailableFlowView.get (   self,
web.Request  request 
)
List available flow handlers.

Definition at line 237 of file config_entries.py.

Member Data Documentation

◆ name

homeassistant.components.config.config_entries.ConfigManagerAvailableFlowView.name
static

Definition at line 235 of file config_entries.py.

◆ url

homeassistant.components.config.config_entries.ConfigManagerAvailableFlowView.url
static

Definition at line 234 of file config_entries.py.


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