From 28248ac3c48b2211e7cc4c361c086be637dfe3b3 Mon Sep 17 00:00:00 2001 From: SMKRV Date: Sun, 24 Nov 2024 23:23:37 +0300 Subject: [PATCH] Release v2.0.0 --- custom_components/ha_text_ai/__init__.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/custom_components/ha_text_ai/__init__.py b/custom_components/ha_text_ai/__init__.py index 2abdf3e..4b99b12 100644 --- a/custom_components/ha_text_ai/__init__.py +++ b/custom_components/ha_text_ai/__init__.py @@ -43,6 +43,8 @@ from .const import ( SERVICE_SET_SYSTEM_PROMPT, ) +DOMAIN = "ha_text_ai" + _LOGGER = logging.getLogger(__name__) CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)