mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-28 10:04:00 +08:00
Release v2.0.0
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user