From aa07f3122e6648f85ca4600ad7d478d9565519d4 Mon Sep 17 00:00:00 2001 From: Will Moss Date: Tue, 30 Jan 2024 23:09:27 -0800 Subject: [PATCH] Update dialogflow documentation regarding Google Assistant sunset (#31126) As of June 13, 2023, Google Assistant can no longer be integrated with Dialogflow, which means this doesn't provide a way for Home Assistant to response to more advanced Google Assistant commands. Many sites on the web from before June 2023 suggest this is possible and point here, so putting up a warning seems warranted. --- source/_integrations/dialogflow.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_integrations/dialogflow.markdown b/source/_integrations/dialogflow.markdown index 1558b5e9427..b7f9570249a 100644 --- a/source/_integrations/dialogflow.markdown +++ b/source/_integrations/dialogflow.markdown @@ -10,12 +10,14 @@ ha_domain: dialogflow ha_integration_type: integration --- -The **Dialogflow** {% term integration %} is designed to be used with the [webhook](https://cloud.google.com/dialogflow/es/docs/fulfillment-webhook) integration of [Dialogflow](https://cloud.google.com/dialogflow/docs/). When a conversation ends with a user, Dialogflow sends an action and parameters to the webhook. +The **Dialogflow** {% term integration %} is designed to be used with the [webhook](https://cloud.google.com/dialogflow/es/docs/fulfillment-webhook) integration of [Dialogflow](https://cloud.google.com/dialogflow/docs/). After each phrase a user says, Dialogflow sends an action and parameters to the webhook. To be able to receive messages from Dialogflow, your Home Assistant instance needs to be accessible from the web and you need to have the external URL [configured](/docs/configuration/basic). Dialogflow will return fallback answers if your server does not answer or takes too long (more than 5 seconds). Dialogflow could be [integrated](https://cloud.google.com/dialogflow/es/docs/integrations) with many popular messaging, virtual assistant and IoT platforms. +
After the [Conversational Actions sunset on June 13, 2023](https://developers.google.com/assistant/ca-sunset), Dialogflow can no longer be integreated with Google Assistant
+ Using Dialogflow will be easy to create conversations like: _User: What is the temperature at home?_