Mark assist_pipeline as a system integration type (#123202)
This commit is contained in:
parent
bb1efe56b6
commit
5142cb5e98
2 changed files with 1 additions and 6 deletions
|
@ -4,6 +4,7 @@
|
|||
"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"]
|
||||
|
|
|
@ -496,12 +496,6 @@
|
|||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
"assist_pipeline": {
|
||||
"name": "Assist pipeline",
|
||||
"integration_type": "hub",
|
||||
"config_flow": false,
|
||||
"iot_class": "local_push"
|
||||
},
|
||||
"asuswrt": {
|
||||
"name": "ASUSWRT",
|
||||
"integration_type": "hub",
|
||||
|
|
Loading…
Add table
Reference in a new issue