forked from platypush/platypush
Rephrased disclaimer for the Google assistant backend
This commit is contained in:
parent
6df336465f
commit
67702d3cc8
1 changed files with 4 additions and 6 deletions
|
@ -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:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue