mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +00:00
Fix failing elevenlabs tts test (#125698)
This commit is contained in:
parent
69530a5c94
commit
6c5dfd0bbc
@ -440,5 +440,11 @@ async def test_tts_service_speak_without_options(
|
|||||||
)
|
)
|
||||||
|
|
||||||
tts_entity._client.generate.assert_called_once_with(
|
tts_entity._client.generate.assert_called_once_with(
|
||||||
text="There is a person at the front door.", voice="voice1", model="model1"
|
text="There is a person at the front door.",
|
||||||
|
voice="voice1",
|
||||||
|
optimize_streaming_latency=0,
|
||||||
|
voice_settings=VoiceSettings(
|
||||||
|
stability=0.5, similarity_boost=0.75, style=0.0, use_speaker_boost=True
|
||||||
|
),
|
||||||
|
model="model1",
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user