1
0
mirror of https://github.com/esphome/esphome.git synced 2024-10-06 10:50:58 +01:00
esphome/tests/components/speaker/test.esp32-ard.yaml

24 lines
426 B
YAML
Raw Normal View History

esphome:
on_boot:
then:
- if:
condition: speaker.is_stopped
then:
- speaker.play: [0, 1, 2, 3]
- if:
condition: speaker.is_playing
then:
- speaker.finish:
- 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