esphome/tests/components/speaker/test.esp32-c3-ard.yaml
Keith Burzinski f6848fe24d
[CI] Introduce testing for IDF 5 (and other arbitrary framework versions) (#6802)
* Initial changes to support testing of additional framework versions

* Rename Arduino test files
2024-06-17 16:32:11 -05:00

17 lines
264 B
YAML

esphome:
on_boot:
then:
- speaker.play: [0, 1, 2, 3]
- speaker.stop
i2s_audio:
i2s_lrclk_pin: 6
i2s_bclk_pin: 7
i2s_mclk_pin: 5
speaker:
- platform: i2s_audio
id: speaker_id
dac_type: external
i2s_dout_pin: 3
mode: mono