mirror of
https://github.com/esphome/esphome.git
synced 2024-11-15 11:38:11 +01:00
16 lines
237 B
YAML
16 lines
237 B
YAML
|
esphome:
|
||
|
on_boot:
|
||
|
then:
|
||
|
- audio_dac.mute_off:
|
||
|
- audio_dac.mute_on:
|
||
|
- audio_dac.set_volume:
|
||
|
volume: 50%
|
||
|
|
||
|
i2c:
|
||
|
- id: i2c_aic3204
|
||
|
scl: ${scl_pin}
|
||
|
sda: ${sda_pin}
|
||
|
|
||
|
audio_dac:
|
||
|
- platform: aic3204
|