|
| web.Response | post (self, web.Request request, dict[str, Any] data) |
| |
|
| string | name = "api:cloud:login" |
| |
| string | url = "/api/cloud/login" |
| |
Login to Home Assistant cloud.
Definition at line 206 of file http_api.py.
◆ post()
| web.Response homeassistant.components.cloud.http_api.CloudLoginView.post |
( |
|
self, |
|
|
web.Request |
request, |
|
|
dict[str, Any] |
data |
|
) |
| |
◆ name
| string homeassistant.components.cloud.http_api.CloudLoginView.name = "api:cloud:login" |
|
static |
◆ url
| string homeassistant.components.cloud.http_api.CloudLoginView.url = "/api/cloud/login" |
|
static |
The documentation for this class was generated from the following file: