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
196 stars 14 forks source link

Update to MediaType enum #209

Closed CFenner closed 3 weeks ago

CFenner commented 3 weeks ago

From the HA logs:

MEDIA_TYPE_MUSIC was used from chime_tts, this is a deprecated constant which will be removed in HA Core 2025.10. Use MediaType.MUSIC instead, please report it to the author of the 'chime_tts' custom integration
nimroddolev commented 3 weeks ago

Hey @CFenner, thank you so much for the contribution! I have already taken care of this deprecation in the beta versions, which will be included in the next stable release 👍

CFenner commented 3 weeks ago

Great, didn't see that!