Skip to content

I2S audio media player has been removed #54

@rmandjes

Description

@rmandjes

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,.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions