Add removal-instructions in Google Assistant SDK (#39834)

This commit is contained in:
tronikos 2025-07-03 12:52:46 -07:00 committed by Shay Levy
parent 914696787d
commit 9c76f1190c

View File

@ -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 `<empty response>`. 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 %}