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 %}