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

Public Member Functions

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

Static Public Attributes

string name = "api:config:config_entries:entry"
 
string url = "/api/config/config_entries/entry"
 

Detailed Description

View to get available config entries.

Definition at line 60 of file config_entries.py.

Member Function Documentation

◆ get()

web.Response homeassistant.components.config.config_entries.ConfigManagerEntryIndexView.get (   self,
web.Request  request 
)
List available config entries.

Definition at line 66 of file config_entries.py.

Member Data Documentation

◆ name

string homeassistant.components.config.config_entries.ConfigManagerEntryIndexView.name = "api:config:config_entries:entry"
static

Definition at line 64 of file config_entries.py.

◆ url

string homeassistant.components.config.config_entries.ConfigManagerEntryIndexView.url = "/api/config/config_entries/entry"
static

Definition at line 63 of file config_entries.py.


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