|
| web.Response | get (self, web.Request request) |
| |
|
| string | name = "api:components" |
| |
| | url = URL_API_COMPONENTS |
| |
View to handle Components requests.
Definition at line 453 of file __init__.py.
◆ get()
| web.Response homeassistant.components.api.APIComponentsView.get |
( |
|
self, |
|
|
web.Request |
request |
|
) |
| |
Get current loaded components.
Definition at line 460 of file __init__.py.
◆ name
| string homeassistant.components.api.APIComponentsView.name = "api:components" |
|
static |
◆ url
| homeassistant.components.api.APIComponentsView.url = URL_API_COMPONENTS |
|
static |
The documentation for this class was generated from the following file: