googlesamples/assistant-sdk-python

Hot word is not available, sample is depraced.

kamilk91 opened this issue · 2 comments

Adding for those who are trying to enable hotword feature and avoid push enter to talk you can do these steps:
// upgrade google-assistant-library
$ python3 -m pip install --upgrade google-assistant-library

//Run the demo
google-assistant-demo --project-id PROJECT_ID --device-model-id DEVICE_MODEL

and then you can use "hey google or OK google" hotword, no keyentries needed.
You can also make it run at system startup which makes it great ;)

It says it's deprecated