mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 09:17:46 +01:00
f6848fe24d
* Initial changes to support testing of additional framework versions * Rename Arduino test files
17 lines
268 B
YAML
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
|