Handle Google Assistant requests.
Definition at line 369 of file http.py.
◆ __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.
◆ post()
| Response homeassistant.components.google_assistant.http.GoogleAssistantView.post |
( |
|
self, |
|
|
Request |
request |
|
) |
| |
Handle Google Assistant requests.
Definition at line 380 of file http.py.
◆ config
| homeassistant.components.google_assistant.http.GoogleAssistantView.config |
◆ name
| string homeassistant.components.google_assistant.http.GoogleAssistantView.name = "api:google_assistant" |
|
static |
◆ requires_auth
| bool homeassistant.components.google_assistant.http.GoogleAssistantView.requires_auth = True |
|
static |
◆ url
| homeassistant.components.google_assistant.http.GoogleAssistantView.url = GOOGLE_ASSISTANT_API_ENDPOINT |
|
static |
The documentation for this class was generated from the following file:
- core/homeassistant/components/google_assistant/http.py