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:
@@ -1,26 +1,26 @@
|
|||||||
{
|
{
|
||||||
"domain": "ha_text_ai",
|
"domain": "ha_text_ai",
|
||||||
"name": "HA Text AI",
|
"name": "HA Text AI",
|
||||||
|
"after_dependencies": ["http"],
|
||||||
|
"bluetooth": [],
|
||||||
"codeowners": ["@smkrv"],
|
"codeowners": ["@smkrv"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"documentation": "https://github.com/smkrv/ha-text-ai",
|
"documentation": "https://github.com/smkrv/ha-text-ai",
|
||||||
|
"integration_type": "service",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"issue_tracker": "https://github.com/smkrv/ha-text-ai/issues",
|
"issue_tracker": "https://github.com/smkrv/ha-text-ai/issues",
|
||||||
|
"loggers": ["custom_components.ha_text_ai"],
|
||||||
|
"mqtt": [],
|
||||||
|
"quality_scale": "silver",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"openai>=1.12.0",
|
"openai>=1.12.0",
|
||||||
"anthropic>=0.8.0",
|
"anthropic>=0.8.0",
|
||||||
"aiohttp>=3.8.0",
|
"aiohttp>=3.8.0",
|
||||||
"async-timeout>=4.0.0"
|
"async-timeout>=4.0.0"
|
||||||
],
|
],
|
||||||
"version": "2.0.0",
|
|
||||||
"quality_scale": "silver",
|
|
||||||
"integration_type": "service",
|
|
||||||
"zeroconf": [],
|
|
||||||
"ssdp": [],
|
"ssdp": [],
|
||||||
"usb": [],
|
"usb": [],
|
||||||
"bluetooth": [],
|
"version": "2.0.0",
|
||||||
"mqtt": [],
|
"zeroconf": []
|
||||||
"loggers": ["custom_components.ha_text_ai"],
|
|
||||||
"after_dependencies": ["http"]
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user