mirror of
https://github.com/esphome/esphome.git
synced 2025-10-18 09:43:47 +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
|