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

Public Member Functions

web.Response post (self, web.Request request)
 

Static Public Attributes

 name
 
 url
 

Detailed Description

Log out of the Home Assistant cloud.

Definition at line 230 of file http_api.py.

Member Function Documentation

◆ post()

web.Response homeassistant.components.cloud.http_api.CloudLogoutView.post (   self,
web.Request  request 
)
Handle logout request.

Definition at line 238 of file http_api.py.

Member Data Documentation

◆ name

homeassistant.components.cloud.http_api.CloudLogoutView.name
static

Definition at line 234 of file http_api.py.

◆ url

homeassistant.components.cloud.http_api.CloudLogoutView.url
static

Definition at line 233 of file http_api.py.


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