Home Assistant Unofficial Reference 2024.12.1
homeassistant.components.google_assistant.http.GoogleAssistantView Class Reference
Inheritance diagram for homeassistant.components.google_assistant.http.GoogleAssistantView:
[legend]
Collaboration diagram for homeassistant.components.google_assistant.http.GoogleAssistantView:
[legend]

Public Member Functions

def __init__ (self, config)
 
Response post (self, Request request)
 

Public Attributes

 config
 

Static Public Attributes

string name = "api:google_assistant"
 
bool requires_auth = True
 
 url = GOOGLE_ASSISTANT_API_ENDPOINT
 

Detailed Description

Handle Google Assistant requests.

Definition at line 369 of file http.py.

Constructor & Destructor Documentation

◆ __init__()

def homeassistant.components.google_assistant.http.GoogleAssistantView.__init__ (   self,
  config 
)
Initialize the Google Assistant request handler.

Definition at line 376 of file http.py.

Member Function Documentation

◆ post()

Response homeassistant.components.google_assistant.http.GoogleAssistantView.post (   self,
Request  request 
)
Handle Google Assistant requests.

Definition at line 380 of file http.py.

Member Data Documentation

◆ config

homeassistant.components.google_assistant.http.GoogleAssistantView.config

Definition at line 378 of file http.py.

◆ name

string homeassistant.components.google_assistant.http.GoogleAssistantView.name = "api:google_assistant"
static

Definition at line 373 of file http.py.

◆ requires_auth

bool homeassistant.components.google_assistant.http.GoogleAssistantView.requires_auth = True
static

Definition at line 374 of file http.py.

◆ url

homeassistant.components.google_assistant.http.GoogleAssistantView.url = GOOGLE_ASSISTANT_API_ENDPOINT
static

Definition at line 372 of file http.py.


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