Skip to content

Releases: tronikos/google_assistant_sdk_custom

v0.1.3

11 Oct 06:36
Compare
Choose a tag to compare
  • Sync to latest core changes: fix broadcast for Italian language, update strings
  • Add translations

v0.1.2

12 May 22:24
Compare
Choose a tag to compare
  • Fix Home Assistant becoming unresponsive while waiting for the response from Google Assistant SDK service
  • Sync changes from official google_assistant_sdk
  • Remove support for google_assistant_sdk_credentials.json to minimize diff with official integration. You can still enable personal results, see official documentation.

v0.1.1

24 Nov 12:46
Compare
Choose a tag to compare

BREAKING CHANGE

  • Rename event from google_assistant_sdk_custom_custom_event back to google_assistant_sdk_custom_event. You should switch to using response_variable though. See example in README. It's easier than relying on events.

v0.1.0

27 Oct 10:43
Compare
Choose a tag to compare

BREAKING CHANGE

  • You have to delete the integration before upgrading
  • You have to change automations/scripts for which you want responses and personal results to use google_assistant_sdk_custom.send_text_command

v0.0.7

07 Sep 07:52
Compare
Choose a tag to compare
Update patch for 2023.9.0

v0.0.6

06 Jul 01:07
Compare
Choose a tag to compare

Enable personal results. See documentation.

v0.0.3

03 May 07:38
Compare
Choose a tag to compare

BREAKING CHANGE
Because the patch file was updated you need to first delete the integration before upgrading. If you upgrade without deleting, the integration will fail to start and you will have to downgrade.

Changes:

  • Avoid TypeError when HTML response is None
  • Automatically restart Home Assistant when patch is applied. Whenever Home Assistant is updated to a new version, the patch is lost and needs to be reapplied which requires a restart. Without restarting any automations that rely on this integration wouldn't work until a restart. Now by forcing a restart we ensure these automations will work.

v0.0.2

28 Feb 21:31
2df4833
Compare
Choose a tag to compare

Log a warning whenever patch is applied (initial setup and after every Home Assistant update) that Home Assistant needs to be manually restarted.

Initial release

28 Feb 11:51
6ad0486
Compare
Choose a tag to compare

Initial release