mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +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(
|
||||
code="stt-provider-unsupported-metadata",
|
||||
message=(
|
||||
f"Provider {engine} does not support input speech "
|
||||
f"Provider {stt_provider.name} does not support input speech "
|
||||
"to text metadata"
|
||||
),
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user