From a8f071fd44dc6f5be36cb12537bde767648dcf1d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Erik=20Hedenstr=C3=B6m?= <erik@hedenstroem.com>
Date: Thu, 20 Jun 2024 10:16:50 +0000
Subject: [PATCH] Fixed import

---
 openai_patch/__init__.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openai_patch/__init__.py b/openai_patch/__init__.py
index d88ddcf..edfa276 100644
--- a/openai_patch/__init__.py
+++ b/openai_patch/__init__.py
@@ -5,7 +5,7 @@ import logging
 from homeassistant.helpers import intent
 from homeassistant.exceptions import ServiceNotFound
 from homeassistant.components import conversation
-from homeassistant.components.openai_conversation import OpenAIConversationEntity
+from homeassistant.components.openai_conversation.conversation import OpenAIConversationEntity
 
 _LOGGER = logging.getLogger(__name__)
 
-- 
GitLab