You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
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 ;)
https://developers.google.com/assistant/sdk/guides/library/python/extend/handle-device-commands
here is depraced sample. Hot word option is not available.
The text was updated successfully, but these errors were encountered: