Release v2.0.0

This commit is contained in:
SMKRV
2024-11-23 00:36:58 +03:00
parent 13a9e1a5d7
commit d870cfbba6
6 changed files with 80 additions and 53 deletions
+2
View File
@@ -7,6 +7,8 @@ from homeassistant.helpers import config_validation as cv
# Domain and platforms
DOMAIN: Final = "ha_text_ai"
PLATFORMS: Final = [Platform.SENSOR]
CONF_NAME = "name"
DEFAULT_NAME = "HA Text AI"
# New constants for providers
CONF_API_PROVIDER: Final = "api_provider"