mirror of
https://github.com/esphome/esphome.git
synced 2025-10-12 14:53:49 +01:00
11 lines
171 B
YAML
11 lines
171 B
YAML
esphome:
|
|
on_boot:
|
|
then:
|
|
- audio_dac.mute_off:
|
|
- audio_dac.mute_on:
|
|
- audio_dac.set_volume:
|
|
volume: 50%
|
|
|
|
audio_dac:
|
|
- platform: aic3204
|