|
| None | __init__ (self, dict[str, Any] config) |
| |
| web.Response | get (self, web.Request request) |
| |
A view that provides the whole user-defined configuration.
Definition at line 310 of file __init__.py.
◆ __init__()
| None homeassistant.components.ios.iOSConfigView.__init__ |
( |
|
self, |
|
|
dict[str, Any] |
config |
|
) |
| |
◆ get()
| web.Response homeassistant.components.ios.iOSConfigView.get |
( |
|
self, |
|
|
web.Request |
request |
|
) |
| |
Handle the GET request for the user-defined configuration.
Definition at line 321 of file __init__.py.
◆ config
| homeassistant.components.ios.iOSConfigView.config |
◆ name
| string homeassistant.components.ios.iOSConfigView.name = "api:ios:config" |
|
static |
◆ url
| string homeassistant.components.ios.iOSConfigView.url = "/api/ios/config" |
|
static |
The documentation for this class was generated from the following file: