From cade47534a7134dfdd03db49e1da106160da9901 Mon Sep 17 00:00:00 2001 From: tronikos Date: Fri, 15 Dec 2023 03:28:11 -0800 Subject: [PATCH] Google Generative AI: Remove mention of waitlist and update a link (#30355) --- .../_integrations/google_generative_ai_conversation.markdown | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/_integrations/google_generative_ai_conversation.markdown b/source/_integrations/google_generative_ai_conversation.markdown index 65cd64d6d5f..754e7d2f7f8 100644 --- a/source/_integrations/google_generative_ai_conversation.markdown +++ b/source/_integrations/google_generative_ai_conversation.markdown @@ -12,7 +12,7 @@ ha_domain: google_generative_ai_conversation ha_integration_type: service --- -The Google Generative AI integration adds a conversation agent powered by [Google Generative AI](https://developers.generativeai.google/) in Home Assistant. +The Google Generative AI integration adds a conversation agent powered by [Google Generative AI](https://ai.google.dev/) in Home Assistant. This conversation agent is unable to control your house. The Google Generative AI conversation agent can be used in automations, but not as a [sentence trigger](/docs/automation/trigger/#sentence-trigger). It can only query information that has been provided by Home Assistant. To be able to answer questions about your house, Home Assistant will need to provide Google Generative AI with the details of your house, which include areas, devices and their states. @@ -24,8 +24,6 @@ This integration requires an API key to use, [which you can generate here](https The Google Generative AI API key is used to authenticate requests to the Google Generative AI API. To generate an API key take the following steps: -- Join the PaLM API and MakerSuite [waitlist](https://makersuite.google.com/waitlist). -- Wait several days for an email with subject "It’s your turn to use the PaLM API and MakerSuite". - Visit the [API Keys page](https://makersuite.google.com/app/apikey) to retrieve the API key you'll use to configure the integration. {% include integrations/option_flow.md %}