Rephrased disclaimer for the Google assistant backend

This commit is contained in:
Fabio Manganiello 2021-02-22 01:41:54 +01:00
parent 6df336465f
commit 67702d3cc8
1 changed files with 4 additions and 6 deletions

View File

@ -21,12 +21,10 @@ class AssistantGoogleBackend(AssistantBackend):
It listens for voice commands and post conversation events on the bus. It listens for voice commands and post conversation events on the bus.
**WARNING**: This backend is deprecated, as the underlying Google Assistant **WARNING**: The Google Assistant library used by this backend has officially been deprecated:
library has been deprecated too: https://developers.google.com/assistant/sdk/reference/library/python/ https://developers.google.com/assistant/sdk/reference/library/python/. This backend still works on most of the
The old library might still work on some systems but its proper functioning devices where I use it, but its correct functioning is not guaranteed as the assistant library is no longer
is not guaranteed. maintained.
Please use the Snowboy backend for hotword detection and the Google Assistant
push-to-talk plugin for assistant interaction instead.
Triggers: Triggers: