|
| web.Response | get (self, web.Request request) |
| |
|
| string | name = "api:config" |
| |
| | url = URL_API_CONFIG |
| |
View to handle Configuration requests.
Definition at line 195 of file __init__.py.
◆ get()
| web.Response homeassistant.components.api.APIConfigView.get |
( |
|
self, |
|
|
web.Request |
request |
|
) |
| |
Get current configuration.
Definition at line 202 of file __init__.py.
◆ name
| string homeassistant.components.api.APIConfigView.name = "api:config" |
|
static |
◆ url
| homeassistant.components.api.APIConfigView.url = URL_API_CONFIG |
|
static |
The documentation for this class was generated from the following file: