* Add connection test feature to assist_satellite * Add http to assist_satellite dependencies * Remove extra logging * Incorporate feedback * Fix tests * ruff * Apply suggestions from code review Co-authored-by: Bram Kragten <mail@bramkragten.nl> * Use asyncio.Event instead of dispatcher * Respond asap * Update homeassistant/components/assist_satellite/websocket_api.py Co-authored-by: Martin Hjelmare <marhje52@gmail.com> --------- Co-authored-by: Michael Hansen <mike@rhasspy.org> Co-authored-by: Paulus Schoutsen <balloob@gmail.com> Co-authored-by: Bram Kragten <mail@bramkragten.nl> Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
9 lines
330 B
JSON
9 lines
330 B
JSON
{
|
|
"domain": "assist_satellite",
|
|
"name": "Assist Satellite",
|
|
"codeowners": ["@home-assistant/core", "@synesthesiam"],
|
|
"dependencies": ["assist_pipeline", "http", "stt", "tts"],
|
|
"documentation": "https://www.home-assistant.io/integrations/assist_satellite",
|
|
"integration_type": "entity",
|
|
"quality_scale": "internal"
|
|
}
|