Release v2.1.3

This commit is contained in:
SMKRV
2025-05-19 23:12:55 +03:00
parent 4bfc96019b
commit 73788373cd
3 changed files with 6 additions and 0 deletions
+2
View File
@@ -12,6 +12,8 @@ from typing import Final
import voluptuous as vol
from homeassistant.const import Platform, CONF_API_KEY, CONF_NAME
from homeassistant.helpers import config_validation as cv
import logging
_LOGGER = logging.getLogger(__name__)
# Domain and platforms
DOMAIN: Final = "ha_text_ai"