I have had an echo for quite a while. I just resurrected it and updated it to the latest firmeare from esphome. I was always able to direct output from the echo to another media player (vlc). Now however I cannot. I'm on esphome v2025.4.1. This is how i used to be able to do it. I added this:
- homeassistant.service:
service: media_player.play_media
data:
entity_id: media_player.vlc
media_content_id: !lambda 'return x;'
media_content_type: music
to the section after on_tts_start.
Is this not workable anymore?