Files
home-llm/custom_components/llama_conversation/manifest.json
Alex O'Connell 0c6b0d229a Release v0.4.6
2026-01-04 09:48:38 -05:00

19 lines
493 B
JSON

{
"domain": "llama_conversation",
"name": "Local LLMs",
"version": "0.4.6",
"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",
"anthropic>=0.75.0"
]
}