Release v2.0.0

This commit is contained in:
SMKRV
2024-11-23 23:42:33 +03:00
parent 1692f5519f
commit ebede3d56b
5 changed files with 14 additions and 28 deletions
+2 -3
View File
@@ -1,8 +1,8 @@
"""Config flow for HA text AI integration."""
import logging
from typing import Any, Dict, Optional
import voluptuous as vol
import aiohttp
import voluptuous as vol
from homeassistant import config_entries
from homeassistant.const import CONF_API_KEY
from homeassistant.core import callback
@@ -33,7 +33,6 @@ from .const import (
MIN_REQUEST_INTERVAL,
)
import logging
_LOGGER = logging.getLogger(__name__)
class HATextAIConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):