Clean up small changes from OpenAI conversation entity change (#116395)
Small cleanups in OpenAI conversation
This commit is contained in:
parent
c07f02534b
commit
897794f53b
3 changed files with 3 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
import logging
|
||||
|
||||
DOMAIN = "openai_conversation"
|
||||
LOGGER = logging.getLogger(__name__)
|
||||
LOGGER = logging.getLogger(__package__)
|
||||
CONF_PROMPT = "prompt"
|
||||
DEFAULT_PROMPT = """This smart home is controlled by Home Assistant.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue