How to reproduce atom echo audio output in another speaker?

I have an atom echo that I use for voice control, but the speaker is very bad I achieved to reproduce the command reply in another speaker but it still reproduces on the atom echo so there are 2 at the same time. Is there any way to disable the speaker?

substitutions:
  name: "atom-echo"
  friendly_name: Atom echo
  external_media_player_id: media_player.mini

packages:
   m5stack.atom-echo-voice-assistant: github://esphome/wake-word-voice-assistants/m5stack-atom-echo/m5stack-atom-echo.yaml@main
esphome:
  name: ${name}
  name_add_mac_suffix: false
  friendly_name: ${friendly_name}
api:
  encryption:
    key: a
wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

voice_assistant:
  id: va
  on_tts_end:
    - homeassistant.service:
        service: media_player.play_media
        data:
          entity_id: ${external_media_player_id}
          media_content_id: !lambda 'return x;'
          media_content_type: music
          announce: "true"