Hi,
I'm using the following packes:
packages:
remote_package_files:
url: https://github.com/skons/soas
files: [alarm-clock-soas.yaml, alarm-clock-arduino.yaml, alarm-clock-audio-server.yaml] #Review the modules section!
And I'm using the arduino framework.
When I want to compile the software with the latest esphome version (2026.4.5), I get the follwing error message:
Failed config
media_player.i2s_audio: [source /data/packages/8df5b904/alarm-clock-arduino.yaml:22]
The I2S audio media player has been removed. Use the speaker media player component instead. See https://esphome.io/components/media_player/speaker.html for details.
platform: i2s_audio
name: Media player alarm
id: media_player_alarm
dac_type: external
i2s_dout_pin: GPIO2
mode: mono
on_play:
- logger.log: Playback started!
on_pause:
- logger.log: Playback paused!
on_idle:
- logger.log: Playback finished!
Could you please fix this issue,.
Hi,
I'm using the following packes:
packages:
remote_package_files:
url: https://github.com/skons/soas
files: [alarm-clock-soas.yaml, alarm-clock-arduino.yaml, alarm-clock-audio-server.yaml] #Review the modules section!
And I'm using the arduino framework.
When I want to compile the software with the latest esphome version (2026.4.5), I get the follwing error message:
Failed config
media_player.i2s_audio: [source /data/packages/8df5b904/alarm-clock-arduino.yaml:22]
The I2S audio media player has been removed. Use the speaker media player component instead. See https://esphome.io/components/media_player/speaker.html for details.
platform: i2s_audio
name: Media player alarm
id: media_player_alarm
dac_type: external
i2s_dout_pin: GPIO2
mode: mono
on_play:
- logger.log: Playback started!
on_pause:
- logger.log: Playback paused!
on_idle:
- logger.log: Playback finished!
Could you please fix this issue,.