mirror of
https://github.com/esphome/esphome.git
synced 2025-10-30 06:33:51 +00:00
10 lines
172 B
YAML
10 lines
172 B
YAML
esphome:
|
|
on_boot:
|
|
then:
|
|
- audio_adc.set_mic_gain: 0db
|
|
- audio_adc.set_mic_gain: !lambda 'return 4;'
|
|
|
|
audio_adc:
|
|
- platform: es7243e
|
|
id: es7243e_adc
|