mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +02:00
Fix voice assistant error variable (#90658)
This commit is contained in:
@@ -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"
|
||||
),
|
||||
)
|
||||
|
Reference in New Issue
Block a user