Add advanced price attributes to price sensors in Amber Electric integration #211936
Annotations
2 errors
tests/components/elevenlabs/test_tts.py#L442
test_tts_service_speak_without_options[mock_config_entry_setup-speak-service_data0]
AssertionError: expected call not found.
Expected: generate(text='There is a person at the front door.', voice='voice1', model='model1')
Actual: generate(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')
pytest introspection follows:
Kwargs:
assert {'model': 'mo...'voice1', ...} == {'model': 'mo...ce': 'voice1'}
Omitting 3 identical items, use -vv to show
Left contains 2 more items:
{'optimize_streaming_latency': 0,
'voice_settings': VoiceSettings(stability=0.5, similarity_boost=0.75, style=0.0, use_speaker_boost=True)}
Full diff:
{
'model': 'model1',
+ 'optimize_streaming_latency': 0,
'text': 'There is a person at the front door.',
'voice': 'voice1',
+ 'voice_settings': VoiceSettings(stability=0.5, similarity_boost=0.75, style=0.0, use_speaker_boost=True),
}
|
|
This job failed
Loading