Skip to content

Releases: sfortis/openai_tts

Bug fixes and stability enhancements.

15 May 09:02
Compare
Choose a tag to compare
Pre-release
3.4b2

Update manifest.json

bug fixes, translation updates

13 May 07:07
Compare
Choose a tag to compare
Pre-release
3.4b1

bug fixes, translation fixes

3.4b0

12 May 07:21
ad48673
Compare
Choose a tag to compare
3.4b0 Pre-release
Pre-release

⭐ New Features in v0.3.4 Beta

  • Volume Restoration – Automatically restores speaker volumes to their original levels after TTS announcements.
  • Media Pause/Resume – Pauses currently playing media during announcements and resumes afterward (works with Sonos speakers).
  • Sonos Integration – Automatically groups and ungroups Sonos speakers for synchronized announcements.
  • New openai_tts.say Service – New service parameters including volume control and pause/resume options.
  • Precise Audio Duration Detection – Improved timing for TTS playback with better synchronization.
  • Media Player Targeting – Target speakers using areas, devices, or entity IDs for more flexible automations.
  • Performance Optimizations – Improved audio processing for faster TTS responses.

Full Changelog: v3.3...3.4b0

v.3.3 - added gpt-4o-mini-tts model

26 Mar 07:05
6478068
Compare
Choose a tag to compare

What's Changed

New Contributors 🎆

Full Changelog: v3.2...v3.3

v.3.2

18 Mar 12:08
98c03ed
Compare
Choose a tag to compare

What's Changed

  • ⭐(New!) Chime option – Useful for announcements on speakers. (See Devices → OpenAI TTS → CONFIGURE button)
  • ⭐(New!) User-configurable chime sounds – Drop your own chime sound into config/custom_components/openai_tts/chime folder (MP3).
  • ⭐(New!) Audio normalization option – Uses more CPU but improves audio clarity on mobile phones and small speakers. (See Devices → OpenAI TTS → CONFIGURE button)
  • Switched back to mp3 audio for better performance on slow networks.

stability fixes

15 Mar 07:33
Compare
Choose a tag to compare

What's Changed

  • Removed unnecessary HTTP async calls
  • Various stability fixes

release of version 3

14 Mar 14:58
Compare
Choose a tag to compare

Major Update !

Release Notes

  • Async HTTP Requests Switched from synchronous requests to aiohttp for improved response times.

  • Chime Option Added an option to play a chime before the TTS voice, useful for announcements.

  • Options Flow Voice, speed, and chime are now configurable on existing entries.

  • Unique IDs The integration will now create unique IDs even for the same TTS engine.

  • Various code enhancements and bug fixes.

v2.4

09 Aug 09:27
537b576
Compare
Choose a tag to compare

What's Changed

  • Support custom openai compatible endpoints by @raldone01 in #18
  • Removed API key length validation

New Contributors 🎆

Full Changelog: v2.3...v2.4

config flow fixes

19 May 04:12
Compare
Choose a tag to compare
  • Expanded the API key length check to 70 chars

hacs.json naming fix

15 May 05:46
3b77fb8
Compare
Choose a tag to compare
v2.2

Update README.md