Files
home-llm/custom_components/llama_conversation/manifest.json
Alex O'Connell 3b159178fb review code
2025-12-14 20:22:17 -05:00

18 lines
466 B
JSON

{
"domain": "llama_conversation",
"name": "Local LLMs",
"version": "0.4.5",
"codeowners": ["@acon96"],
"config_flow": true,
"dependencies": ["conversation", "ai_task"],
"after_dependencies": ["assist_pipeline", "intent"],
"documentation": "https://github.com/acon96/home-llm",
"integration_type": "service",
"iot_class": "local_polling",
"requirements": [
"huggingface-hub>=0.23.0",
"webcolors>=24.8.0",
"ollama>=0.5.1"
]
}