mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-21 22:54:00 +08:00
CRITICAL: - Remove OptionsFlowHandler.__init__ (deprecated HA 2024.11+) - Replace FlowResult with ConfigFlowResult (deprecated HA 2024.4+) Compatibility: - Reorder async_unload_entry: unload platforms before coordinator cleanup - Clean up hass.data[DOMAIN] when last entry removed - Remove aiohttp from manifest requirements (provided by HA core) - Replace blocking file I/O in const.py with hardcoded VERSION - Remove unused os, json, logging imports from const.py - Fix f-string logger calls in api_client.py to use %s formatting
20 lines
525 B
JSON
20 lines
525 B
JSON
{
|
|
"domain": "ha_text_ai",
|
|
"name": "HA Text AI",
|
|
"after_dependencies": ["http"],
|
|
"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"],
|
|
"requirements": [
|
|
"aiofiles>=23.0.0",
|
|
"google-genai>=1.16.0"
|
|
],
|
|
"single_config_entry": false,
|
|
"version": "2.4.0"
|
|
}
|