esphome/tests/components/speaker/test.esp32-idf.yaml
Keith Burzinski 06829b53fe
Add some components to the new testing framework (S part 2) (#6227)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
2024-04-24 07:40:20 +12:00

17 lines
268 B
YAML

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