🧰 Improvements
- Improved Notification Profile target selection for media-player entities, devices, areas, floors, and labels.
- Selected Notification Profile targets now appear immediately, including on newly created profiles.
- Improved handling of focused dropdowns and target selectors so they remain open until intentionally dismissed.
🐞 Bug Fixes
- Fixed fallback TTS segment cache keys to use the provider that actually generated the audio.
- Fixed fallback audio incorrectly being reused from the assembled-audio cache.
- Fixed downloaded external chimes being resolved again after download, which could prevent playback.
- Fixed cache keys for downloaded external chimes so they remain stable between the initial download and later cached playback. #339
- Preserved the page position while using target-selector source tabs.
What's Changed
- Add opt-in cache toggle for fallback TTS platform audio by @splitsec2 in #324
- Add configurable reporting for fallback TTS platform use by @splitsec2 in #325
- Preserve downloaded external chimes through playback resolution by @iibaranov-IG in #340
New Contributors
- @splitsec2 made their first contribution in #324
- @iibaranov-IG made their first contribution in #340
Full Changelog: v1.3.0...v1.3.1-beta1