mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 02:37:08 +00:00
Fix voice assistant error variable (#90658)
This commit is contained in:
parent
84292d4797
commit
4a4d3201f5
@ -197,7 +197,7 @@ class PipelineRun:
|
|||||||
raise SpeechToTextError(
|
raise SpeechToTextError(
|
||||||
code="stt-provider-unsupported-metadata",
|
code="stt-provider-unsupported-metadata",
|
||||||
message=(
|
message=(
|
||||||
f"Provider {engine} does not support input speech "
|
f"Provider {stt_provider.name} does not support input speech "
|
||||||
"to text metadata"
|
"to text metadata"
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user