mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Remove duplicated call to PipelineRun.end
from PipelineInput.execute
(#100909)
Remove duplicated call to PipelineRun.end from PipelineInput.execute
This commit is contained in:
@@ -1228,7 +1228,6 @@ class PipelineInput:
|
|||||||
)
|
)
|
||||||
if detect_result is None:
|
if detect_result is None:
|
||||||
# No wake word. Abort the rest of the pipeline.
|
# No wake word. Abort the rest of the pipeline.
|
||||||
await self.run.end()
|
|
||||||
return
|
return
|
||||||
|
|
||||||
current_stage = PipelineStage.STT
|
current_stage = PipelineStage.STT
|
||||||
|
Reference in New Issue
Block a user