__init__.py:

added: from .coordinator import HATextAICoordinator
This commit is contained in:
SMKRV
2024-11-19 17:48:00 +03:00
parent 93558b2444
commit 9afbb904b3
2 changed files with 2 additions and 0 deletions
+2
View File
@@ -9,6 +9,8 @@ from homeassistant.exceptions import ConfigEntryNotReady
from homeassistant.helpers import aiohttp_client
from homeassistant.helpers import config_validation as cv
from .coordinator import HATextAICoordinator
from .const import (
DOMAIN,
PLATFORMS,
BIN
View File
Binary file not shown.