Release v2.0.0

This commit is contained in:
SMKRV
2024-11-24 23:43:36 +03:00
parent 28248ac3c4
commit a4925fc943
3 changed files with 100 additions and 76 deletions
-3
View File
@@ -43,8 +43,6 @@ from .const import (
SERVICE_SET_SYSTEM_PROMPT,
)
DOMAIN = "ha_text_ai"
_LOGGER = logging.getLogger(__name__)
CONFIG_SCHEMA = cv.config_entry_only_config_schema(DOMAIN)
@@ -228,7 +226,6 @@ async def async_setup_entry(hass: HomeAssistant, entry: ConfigEntry) -> bool:
_LOGGER.debug("Creating API client for %s with endpoint %s", api_provider, endpoint)
# Создаем API клиент
api_client = APIClient(
session=session,
endpoint=endpoint,