|
| web.Response | delete (self, web.Request request, str entry_id) |
| |
|
| string | name = "api:config:config_entries:entry:resource" |
| |
| string | url = "/api/config/config_entries/entry/{entry_id}" |
| |
View to interact with a config entry.
Definition at line 81 of file config_entries.py.
◆ delete()
| web.Response homeassistant.components.config.config_entries.ConfigManagerEntryResourceView.delete |
( |
|
self, |
|
|
web.Request |
request, |
|
|
str |
entry_id |
|
) |
| |
◆ name
| string homeassistant.components.config.config_entries.ConfigManagerEntryResourceView.name = "api:config:config_entries:entry:resource" |
|
static |
◆ url
| string homeassistant.components.config.config_entries.ConfigManagerEntryResourceView.url = "/api/config/config_entries/entry/{entry_id}" |
|
static |
The documentation for this class was generated from the following file: