Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.cloud.http_api.CloudLoginView Class Reference
Inheritance diagram for homeassistant.components.cloud.http_api.CloudLoginView:
[legend]
Collaboration diagram for homeassistant.components.cloud.http_api.CloudLoginView:
[legend]

Public Member Functions

web.Response post (self, web.Request request, dict[str, Any] data)
 

Static Public Attributes

string name = "api:cloud:login"
 
string url = "/api/cloud/login"
 

Detailed Description

Login to Home Assistant cloud.

Definition at line 206 of file http_api.py.

Member Function Documentation

◆ post()

web.Response homeassistant.components.cloud.http_api.CloudLoginView.post (   self,
web.Request  request,
dict[str, Any]  data 
)
Handle login request.

Definition at line 216 of file http_api.py.

Member Data Documentation

◆ name

string homeassistant.components.cloud.http_api.CloudLoginView.name = "api:cloud:login"
static

Definition at line 210 of file http_api.py.

◆ url

string homeassistant.components.cloud.http_api.CloudLoginView.url = "/api/cloud/login"
static

Definition at line 209 of file http_api.py.


The documentation for this class was generated from the following file: