|
| string | name = "api:ios:push" |
| |
| string | url = "/api/ios/push" |
| |
A view that provides the push categories configuration.
Definition at line 294 of file __init__.py.
◆ __init__()
| None homeassistant.components.ios.iOSPushConfigView.__init__ |
( |
|
self, |
|
|
dict[str, Any] |
push_config |
|
) |
| |
◆ get()
| web.Response homeassistant.components.ios.iOSPushConfigView.get |
( |
|
self, |
|
|
web.Request |
request |
|
) |
| |
Handle the GET request for the push configuration.
Definition at line 305 of file __init__.py.
◆ name
| string homeassistant.components.ios.iOSPushConfigView.name = "api:ios:push" |
|
static |
◆ push_config
| homeassistant.components.ios.iOSPushConfigView.push_config |
◆ url
| string homeassistant.components.ios.iOSPushConfigView.url = "/api/ios/push" |
|
static |
The documentation for this class was generated from the following file: