Google Assistant SDK: mention a couple of known issues of Google Assistant API (#28359)

* Update google_assistant_sdk.markdown

* tiny tweak

---------

Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
tronikos 2023-08-02 01:19:00 -07:00 committed by GitHub
parent 71dfcfdea5
commit 2e06bf09c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,6 +107,8 @@ 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.
- Broadcast doesn't work with IPv6.
- Broadcast to specific rooms often doesn't work for non-English languages.
## Configuration