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

Public Member Functions

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

Static Public Attributes

string name = "api:cloud:google_actions/sync"
 
string url = "/api/cloud/google_actions/sync"
 

Detailed Description

Trigger a Google Actions Smart Home Sync.

Definition at line 189 of file http_api.py.

Member Function Documentation

◆ post()

web.Response homeassistant.components.cloud.http_api.GoogleActionsSyncView.post (   self,
web.Request  request 
)
Trigger a Google Actions sync.

Definition at line 197 of file http_api.py.

Member Data Documentation

◆ name

string homeassistant.components.cloud.http_api.GoogleActionsSyncView.name = "api:cloud:google_actions/sync"
static

Definition at line 193 of file http_api.py.

◆ url

string homeassistant.components.cloud.http_api.GoogleActionsSyncView.url = "/api/cloud/google_actions/sync"
static

Definition at line 192 of file http_api.py.


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