Add OpenAI docs (#25942)

This commit is contained in:
Paulus Schoutsen 2023-01-25 11:30:34 -05:00 committed by GitHub
parent 7d6ac8de43
commit 36b9adf718
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 %}