From 4df14b26255527e12e6ae98be0204e4e0b24f5e8 Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Tue, 26 Sep 2023 12:38:25 +0200 Subject: [PATCH] Remove duplicated call to `PipelineRun.end` from `PipelineInput.execute` (#100909) Remove duplicated call to PipelineRun.end from PipelineInput.execute --- homeassistant/components/assist_pipeline/pipeline.py | 1 - 1 file changed, 1 deletion(-) diff --git a/homeassistant/components/assist_pipeline/pipeline.py b/homeassistant/components/assist_pipeline/pipeline.py index f7b9ee7e3d1..b047a09912a 100644 --- a/homeassistant/components/assist_pipeline/pipeline.py +++ b/homeassistant/components/assist_pipeline/pipeline.py @@ -1228,7 +1228,6 @@ class PipelineInput: ) if detect_result is None: # No wake word. Abort the rest of the pipeline. - await self.run.end() return current_stage = PipelineStage.STT