1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Add OpenAI integration (#86621)

* Add OpenAI integration

* Remove empty manifest fields

* More prompt tweaks

* Update manifest

* Update homeassistant/components/openai_conversation/config_flow.py

Co-authored-by: Franck Nijhof <git@frenck.dev>

* Address comments

* Add full integration tests

* Cripple the integration

* Test single instance

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Paulus Schoutsen
2023-01-25 11:30:13 -05:00
committed by GitHub
parent a85c4a1ddf
commit 7d641e4d3e
15 changed files with 472 additions and 0 deletions

View File

@@ -297,6 +297,7 @@ FLOWS = {
"onewire",
"onvif",
"open_meteo",
"openai_conversation",
"openexchangerates",
"opengarage",
"opentherm_gw",