ESP32 S3 Box3

Put this in your voice_assistant section and it’ll pipe the response out to whichever entity_id you want.

  on_tts_end:
    - homeassistant.service:
        service: media_player.play_media
        data:
          entity_id: media_player.the_kitchen
          media_content_id: !lambda 'return x;'
          media_content_type: music
          announce: "true"