Add OpenAI conversation entity (#114942)

* Add OpenAI conversation entity

* Add migration
This commit is contained in:
Paulus Schoutsen 2024-04-09 11:10:03 -04:00 committed by GitHub
parent 51d5d51248
commit 2df6f1849f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 425 additions and 334 deletions

View file

@ -1,6 +1,9 @@
"""Constants for the OpenAI Conversation integration."""
import logging
DOMAIN = "openai_conversation"
LOGGER = logging.getLogger(__name__)
CONF_PROMPT = "prompt"
DEFAULT_PROMPT = """This smart home is controlled by Home Assistant.