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