Hi, since yesterday ( after upgrade to 2025.4 and/or esphome... ) every minute, my media player is repeating the latest tts.speak.
here is a small script :
sequence:
- action: tts.speak
target:
entity_id: tts.piper
data:
cache: false
media_player_entity_id: media_player.esp32_s3_media_player
message: Hello, This is a text!
language: en_US
options:
voice: en_US-bryce-medium
alias: test locat TTS using piper EN
description: ""
What i have found:
- my media player remains in the state
playing - one minute later, somehow HA is reprocessing => and the media player is "repeating" the text
- I can "break the infinite" loop by playing a regular mp3 => at the end the media player is in state
idle)
If i try to reproduce this using my Nvidia shiled, everything is fine. So maybe it is more related to esphome. I can't tell as i don't have any other "media_player"....
I havn't found anything in the log ATM
Regards