mirror of
https://github.com/smkrv/ha-text-ai.git
synced 2026-07-21 22:54:00 +08:00
14 lines
407 B
JSON
14 lines
407 B
JSON
{
|
|
"domain": "ha_text_ai",
|
|
"name": "HA Text AI Integration",
|
|
"version": "1.0.0",
|
|
"documentation": "https://github.com/smkrv/ha-text-ai",
|
|
"issue_tracker": "https://github.com/smkrv/ha-text-ai/issues",
|
|
"dependencies": [],
|
|
"codeowners": ["@smkrv"],
|
|
"requirements": ["openai>=1.0.0"],
|
|
"config_flow": true,
|
|
"iot_class": "cloud_polling",
|
|
"homeassistant": "2023.5.0"
|
|
}
|