From 9c76f1190c87266a5dedc0a9d3792b8229363e12 Mon Sep 17 00:00:00 2001 From: tronikos Date: Thu, 3 Jul 2025 12:52:46 -0700 Subject: [PATCH] Add removal-instructions in Google Assistant SDK (#39834) --- source/_integrations/google_assistant_sdk.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/google_assistant_sdk.markdown b/source/_integrations/google_assistant_sdk.markdown index 62a1fb1c1be..5c93b5ff3b6 100644 --- a/source/_integrations/google_assistant_sdk.markdown +++ b/source/_integrations/google_assistant_sdk.markdown @@ -246,3 +246,8 @@ Then you can converse with Google Assistant by tapping the Assist icon at the to Or by calling the `conversation.process` action. Note: due to a bug in the Google Assistant API, not all responses contain text, especially for home control commands, like turn on the lights. These will be shown as ``. For those, Google Assistant responds with HTML and Home Assistant integrations are [not allowed](https://github.com/home-assistant/architecture/blob/master/adr/0004-webscraping.md) to parse HTML. + + +## Removing the integration + +{% include integrations/remove_device_service.md %}