Files
ha-text-ai/custom_components/ha_text_ai/manifest.json
T

29 lines
701 B
JSON
Raw Normal View History

2024-11-18 00:43:28 +03:00
{
2024-11-19 00:59:15 +03:00
"domain": "ha_text_ai",
2024-11-19 12:45:26 +03:00
"name": "HA Text AI",
2024-11-20 01:11:23 +03:00
"after_dependencies": ["http"],
"bluetooth": [],
2024-11-19 13:16:14 +03:00
"codeowners": ["@smkrv"],
2024-11-18 00:43:28 +03:00
"config_flow": true,
2024-11-19 13:16:14 +03:00
"dependencies": [],
2024-11-20 01:02:27 +03:00
"documentation": "https://github.com/smkrv/ha-text-ai",
2024-11-20 01:11:23 +03:00
"integration_type": "service",
2024-11-19 13:16:14 +03:00
"iot_class": "cloud_polling",
2024-11-18 11:15:01 +03:00
"issue_tracker": "https://github.com/smkrv/ha-text-ai/issues",
2024-11-20 01:11:23 +03:00
"loggers": ["custom_components.ha_text_ai"],
"mqtt": [],
"quality_scale": "silver",
2024-11-20 01:02:27 +03:00
"requirements": [
"openai>=1.12.0",
"anthropic>=0.8.0",
"aiohttp>=3.8.0",
2024-11-20 12:07:30 +03:00
"async-timeout>=4.0.0",
"certifi>=2024.2.2"
2024-11-20 01:02:27 +03:00
],
2024-11-22 18:48:19 +03:00
"single_config_entry": false,
2024-11-18 00:43:28 +03:00
"ssdp": [],
2024-11-20 01:02:27 +03:00
"usb": [],
2024-11-22 02:20:10 +03:00
"version": "2.0.0",
2024-11-22 18:39:29 +03:00
"zeroconf": []
2024-11-14 18:28:36 +03:00
}