nimroddolev / chime_tts

A custom Home Assistant integration to play combined audio files before and/or after text-to-speech (TTS) messages
https://nimroddolev.github.io/chime_tts/
MIT License
149 stars 12 forks source link

Add support for custom TTS agent #77

Closed aviadlevy closed 5 months ago

aviadlevy commented 5 months ago

Checklist

Is your feature request related to a problem? Please describe.

No

Describe the solution you'd like

I want to use the chime_tts.say with custom tts service, and not one of the provided tts platform

Describe alternatives you've considered

My alternative is using only one of the provided TTS platforms instead of the one I'm currently using

Additional context

No

nimroddolev commented 5 months ago

Hi @aviadlevy,

You can do this by setting the tts_platform parameter value to another TTS platform you have installed on your Home Assistant instance.

aviadlevy commented 5 months ago

Wow! I guess I somehow missed that from the documentation.

Thanks for the quick response

nimroddolev commented 5 months ago

It wasn't explained in the documentation so it's not your fault for not knowing. Thank you for raising the issue, I'll add a comment to make it clearer 👍