mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Create a default assist pipeline on start (#91947)
* Create a default assist pipeline on start * Minor adjustments * Address review comments * Remove tts.async_get_agent * Fix bugs, improve test coverage
This commit is contained in:
@@ -85,7 +85,7 @@ async def websocket_run(
|
||||
) -> None:
|
||||
"""Run a pipeline."""
|
||||
pipeline_id = msg.get("pipeline")
|
||||
pipeline = await async_get_pipeline(hass, pipeline_id=pipeline_id)
|
||||
pipeline = async_get_pipeline(hass, pipeline_id=pipeline_id)
|
||||
if pipeline is None:
|
||||
connection.send_error(
|
||||
msg["id"],
|
||||
|
||||
Reference in New Issue
Block a user