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