From 2e06bf09c652861d4e01799beacedac42f7e09af Mon Sep 17 00:00:00 2001 From: tronikos Date: Wed, 2 Aug 2023 01:19:00 -0700 Subject: [PATCH 1/2] 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> --- source/_integrations/google_assistant_sdk.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_integrations/google_assistant_sdk.markdown b/source/_integrations/google_assistant_sdk.markdown index e9069deeafb..597d2e1a8ca 100644 --- a/source/_integrations/google_assistant_sdk.markdown +++ b/source/_integrations/google_assistant_sdk.markdown @@ -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 From 118bad4cd086b10401d1b47af3456b60dee4298d Mon Sep 17 00:00:00 2001 From: b-uwe <61052367+b-uwe@users.noreply.github.com> Date: Wed, 2 Aug 2023 16:36:55 +0200 Subject: [PATCH 2/2] Assist users reading the KNX integration page with KNX onboarding (#28406) * Assist users reading the KNX integration page with KNX onboarding * Small tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/knx.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/knx.markdown b/source/_integrations/knx.markdown index 77fb8eaac3b..cc2557aabe7 100644 --- a/source/_integrations/knx.markdown +++ b/source/_integrations/knx.markdown @@ -70,6 +70,10 @@ There is currently support for the following device types within Home Assistant: - [Time](#time) - [Weather](#weather) +## Free KNX online training + +As a Home Assistant KNX user, you can start a FREE KNX online training and get a discounted ETS Home license on the [KNX website](https://www.knx.org/knx-en/for-your-home/home-assistant/). + {% include integrations/config_flow.md %} ## Basic Configuration