esphome/tests/components/speaker/test.esp32-c3.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
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