Files
home-llm/custom_components/llama_conversation/manifest.json
Alex O'Connell 6fc6ceb273 Release v0.3.10
2025-07-05 13:56:15 -04:00

17 lines
435 B
JSON

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