From 5df4ac3b85b71b50c182717ec3ee7571044fcfaf Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Fri, 7 Jun 2024 09:25:14 +0200 Subject: [PATCH] OpenAI integration: add related topics (#33127) --- source/_integrations/openai_conversation.markdown | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/source/_integrations/openai_conversation.markdown b/source/_integrations/openai_conversation.markdown index b33f4dc112f..d05e742ee13 100644 --- a/source/_integrations/openai_conversation.markdown +++ b/source/_integrations/openai_conversation.markdown @@ -12,6 +12,15 @@ ha_domain: openai_conversation ha_integration_type: service ha_platforms: - conversation +related: + - docs: /voice_control/voice_remote_expose_devices/ + title: Exposing entities to Assist + - docs: /voice_control/assist_create_open_ai_personality/ + title: Create an AI personality + - url: https://platform.openai.com/account/api-keys + title: OpenAI API key + - url: https://www.openai.com + title: OpenAI --- The OpenAI integration adds a conversation agent powered by [OpenAI](https://www.openai.com) in Home Assistant. @@ -39,7 +48,7 @@ Instructions: description: Instructions for the AI on how it should respond to your requests. It is written using [Home Assistant Templating](/docs/configuration/templating/). Control Home Assistant: - description: If the model is allowed to interact with Home Assistant + description: If the model is allowed to interact with Home Assistant. It can only control or provide information about entities that are [exposed](/voice_control/voice_remote_expose_devices/) to it. Recommended settings: description: If enabled, the recommended model and settings are chosen. @@ -66,7 +75,7 @@ Top P: ## Talking to Super Mario over the phone -You can use an OpenAI Conversation integration to [talk to Super Mario over a classic landline phone](/voice_control/worlds-most-private-voice-assistant/). +You can use an OpenAI Conversation integration to [talk to Super Mario and, if desired, have it control devices](/voice_control/assist_create_open_ai_personality/) in your home. ## Services