From 36b9adf718d92fd027491f411aa9e3f08fad8991 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Wed, 25 Jan 2023 11:30:34 -0500 Subject: [PATCH] Add OpenAI docs (#25942) --- .../openai_conversation.markdown | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 source/_integrations/openai_conversation.markdown diff --git a/source/_integrations/openai_conversation.markdown b/source/_integrations/openai_conversation.markdown new file mode 100644 index 00000000000..87d6a66779b --- /dev/null +++ b/source/_integrations/openai_conversation.markdown @@ -0,0 +1,21 @@ +--- +title: OpenAI conversation agent +description: Instructions on how to integrate OpenAI as a conversation agent +ha_category: + - Voice +ha_release: 2023.2 +ha_iot_class: Cloud Polling +ha_config_flow: true +ha_codeowners: + - '@balloob' +ha_domain: openai_conversation +ha_integration_type: service +--- + +The OpenAI integration adds a conversation agent powered by [OpenAI](https://www.openai.com) in Home Assistant. + +This conversation agent is unable to control your house. 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 OpenAI with the details of your house, which include areas, devices and their states. + +This integration requires an API key to use, [which you can generate here.](https://beta.openai.com/account/api-keys). + +{% include integrations/config_flow.md %}