mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-21 22:54:00 +08:00
- Add CONF_API_TIMEOUT configuration option (5-600 seconds, default 30) - Update config_flow.py with api_timeout field in provider form and options flow - Update api_client.py to use configurable timeout instead of hardcoded value - Update coordinator.py to use api_timeout for async_process_message - Update __init__.py to read and pass api_timeout from config - Merge entry.data with entry.options for proper options flow support - Add translations for api_timeout in all 8 language files (en, ru, de, es, it, hi, sr, zh) - Bump version to 2.2.0 Closes #8
30 lines
729 B
JSON
30 lines
729 B
JSON
{
|
|
"domain": "ha_text_ai",
|
|
"name": "HA Text AI",
|
|
"after_dependencies": ["http"],
|
|
"bluetooth": [],
|
|
"codeowners": ["@smkrv"],
|
|
"config_flow": true,
|
|
"dependencies": [],
|
|
"documentation": "https://github.com/smkrv/ha-text-ai",
|
|
"integration_type": "service",
|
|
"iot_class": "cloud_polling",
|
|
"issue_tracker": "https://github.com/smkrv/ha-text-ai/issues",
|
|
"loggers": ["custom_components.ha_text_ai"],
|
|
"mqtt": [],
|
|
"quality_scale": "silver",
|
|
"requirements": [
|
|
"openai>=1.12.0",
|
|
"anthropic>=0.8.0",
|
|
"google-genai>=1.16.0",
|
|
"aiohttp>=3.8.0",
|
|
"async-timeout>=4.0.0",
|
|
"certifi>=2024.2.2"
|
|
],
|
|
"single_config_entry": false,
|
|
"ssdp": [],
|
|
"usb": [],
|
|
"version": "2.2.0",
|
|
"zeroconf": []
|
|
}
|