mirror of
https://github.com/esphome/esphome.git
synced 2025-10-17 17:23:45 +01:00
13 lines
240 B
YAML
13 lines
240 B
YAML
esphome:
|
|
on_boot:
|
|
then:
|
|
- audio_adc.set_mic_gain: 0db
|
|
- audio_adc.set_mic_gain: !lambda 'return 4;'
|
|
|
|
audio_adc:
|
|
- platform: es7210
|
|
i2c_id: i2c_bus
|
|
id: es7210_adc
|
|
bits_per_sample: 16bit
|
|
sample_rate: 16000
|