mirror of
https://github.com/esphome/esphome.git
synced 2025-10-12 23:03:46 +01:00
12 lines
191 B
YAML
12 lines
191 B
YAML
esphome:
|
|
on_boot:
|
|
then:
|
|
- audio_dac.mute_off:
|
|
- audio_dac.mute_on:
|
|
- audio_dac.set_volume:
|
|
volume: 50%
|
|
|
|
audio_dac:
|
|
- platform: aic3204
|
|
i2c_id: i2c_bus
|