I’m newbie to Home Assistant and I’m having this problem with the m5stack-atom-echo update.
I’m getting this error.
VAD threshold is no longer supported as it requires the deprecated esp_adf external component. Use an i2s_audio microphone/speaker instead. Additionally, you may need to configure the audio_adc and audio_dac components depending on your hardware.
I really would like to chime in as I have the same issues with my 2 Atom Echo:
ATOM ECHO
m5stack-atom-echo-803494.yaml
INFO ESPHome 2025.8.2
INFO Reading configuration /config/esphome/m5stack-atom-echo-803494.yaml...
INFO Updating https://github.com/esphome/esphome.git@pull/5230/head
INFO Updating https://github.com/jesserockz/esphome-components.git@None
Failed config
voice_assistant: [source /data/packages/c46f54c1/voice-assistant/m5stack-atom-echo.yaml:78]
id: va
microphone: echo_microphone
speaker: echo_speaker
noise_suppression_level: 2
auto_gain: 31dBFS
volume_multiplier: 2.0
VAD threshold is no longer supported, as it requires the deprecated esp_adf external component. Use an i2s_audio microphone/speaker instead. Additionally, you may need to configure the audio_adc and audio_dac components depending on your hardware.
vad_threshold: 3
on_listening:
- light.turn_on:
id: led
blue: 100%
red: 0%
INFO ESPHome 2025.8.2
INFO Reading configuration /config/esphome/m5stack-atom-echo-80b520.yaml...
INFO Updating https://github.com/esphome/esphome.git@pull/5230/head
INFO Updating https://github.com/jesserockz/esphome-components.git@None
Failed config
voice_assistant: [source /data/packages/c46f54c1/voice-assistant/m5stack-atom-echo.yaml:78]
id: va
microphone: echo_microphone
speaker: echo_speaker
noise_suppression_level: 2
auto_gain: 31dBFS
volume_multiplier: 2.0
VAD threshold is no longer supported, as it requires the deprecated esp_adf external component. Use an i2s_audio microphone/speaker instead. Additionally, you may need to configure the audio_adc and audio_dac components depending on your hardware.
vad_threshold: 3
on_listening:
- light.turn_on:
id: led
blue: 100%
red: 0%
I am also having this issue with my ESPHome voice assistant, with my ESP32-S3-BOX. It is currently on version 2025.6.1, and it was installed via the esphome ready made projects. Attempting to upgrade to 2025.9.1 via the ESPHome dashboard gives the following error:
Failed config
voice_assistant: [source /data/packages/c46f54c1/voice-assistant/esp32-s3-box.yaml:152]
id: va
microphone: box_mic
speaker: box_speaker
use_wake_word: True
noise_suppression_level: 2
auto_gain: 31dBFS
volume_multiplier: 2.0
VAD threshold is no longer supported, as it requires the deprecated esp_adf external component. Use an i2s_audio microphone/speaker instead. Additionally, you may need to configure the audio_adc and audio_dac components depending on your hardware.
vad_threshold: 3
on_listening:
- lambda: id(voice_assistant_phase) = 2;
- text_sensor.template.publish:
id: text_request