mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 13:09:12 +00:00
10 lines
249 B
YAML
10 lines
249 B
YAML
speaker:
|
|
- platform: i2s_audio
|
|
id: resampler_i2s_speaker_id
|
|
i2s_audio_id: i2s_audio_bus
|
|
dac_type: external
|
|
i2s_dout_pin: ${dout_pin}
|
|
- platform: resampler
|
|
id: resampler_speaker_id
|
|
output_speaker: resampler_i2s_speaker_id
|