Document a limitation of Google Assistant SDK (#36358)

This commit is contained in:
tronikos 2024-12-15 02:02:55 -08:00 committed by GitHub
parent 27485eec1a
commit 16b9a0298b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -140,6 +140,7 @@ The easiest way to check if the integration is working is to check [My Google Ac
- If you see the issued commands in [My Google Activity](https://myactivity.google.com/myactivity), the integration is working fine. If the commands don't have the expected outcome, don't open an issue in the Home Assistant Core project or the [underlying library](https://github.com/tronikos/gassist_text). You should instead report the issue directly to Google [here](https://github.com/googlesamples/assistant-sdk-python/issues). Examples of known Google Assistant API issues:
- Media playback commands (other than play news, play podcast, play white noise, or play rain sounds) don't work.
- Routines don't work.
- Google Assistant automations that use `assistant.event.OkGoogle` as a starter cannot be triggered.
- Broadcast to specific rooms often doesn't work for non-English languages.
- Commands that need to verify your identity through voice match do not work.