- Fix Python generator termination.
- Lint/Fix README.rst.
- Make device action keys uppercase.
- Add query and nickname flag to library sample.
- Add HTML output.
- Add simpler file i/o sample.
- Fix crash with empty audio query.
- Fix DeviceHandler initialization issue.
- Add example action packages for custom device actions.
- Better feedback on device registration.
- Fix Python 2.7/3.6 compatibility for
pushtotalk
andhotword
sample.
- Add client type for
pushtotalk
registration.
- Update outdated
hotword
sample.
- Add Device actions handling to samples.
- Update
pushtotalk
sample tov1alpha2
of Google Assistant Service. - Add language selection to
pushtotalk
sample. - New
textinput
sample for the Google Assistant Service. - New
devicetool
tool for device registration.
- Update Google Assistant Library from 0.0.2 to 0.0.3
- Bump urllib3 dependency.
- Bump dependencies to use new
google-assistant-grpc
package (faster install).
- Move grpc bindings to the google-assistant-grpc package.
- Moved reference grpc sample to
googlesamples.assistant.grpc.pushtotalk
with updated instructions. - Replaced
auth_helpers
withgoogle-oauthlibtool
:- Follow the updated instructions to generate and use new credentials.
- Add
--once
flag to pushtotalk grpc sample (@r-clancy). - Fix typo in IFTTT handling in pushtotalk grpc sample (@kadeve).
- Add
google-assistant-library
package installation instructions and sample.
- Fix audio helpers.
- Add basic travis config.
- Add retry logic.
- Implement volume control.
- Initial release.