mirror of https://github.com/home-assistant/core
13 lines
449 B
JSON
13 lines
449 B
JSON
{
|
|
"domain": "assist_pipeline",
|
|
"name": "Assist pipeline",
|
|
"after_dependencies": ["repairs"],
|
|
"codeowners": ["@balloob", "@synesthesiam"],
|
|
"dependencies": ["conversation", "stt", "tts", "wake_word"],
|
|
"documentation": "https://www.home-assistant.io/integrations/assist_pipeline",
|
|
"integration_type": "system",
|
|
"iot_class": "local_push",
|
|
"quality_scale": "internal",
|
|
"requirements": ["pymicro-vad==1.0.1", "pyspeex-noise==1.0.2"]
|
|
}
|