Use configured voice in TTS output for assist pipeline (#91878)
This commit is contained in:
@@ -181,7 +181,7 @@ class PipelineRtpDatagramProtocol(RtpDatagramProtocol):
|
||||
self.hass, DOMAIN, self.voip_device.voip_id
|
||||
),
|
||||
conversation_id=self._conversation_id,
|
||||
tts_options={tts.ATTR_AUDIO_OUTPUT: "raw"},
|
||||
tts_audio_output="raw",
|
||||
)
|
||||
|
||||
except asyncio.TimeoutError:
|
||||
|
||||
Reference in New Issue
Block a user