1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-17 17:23:45 +01:00
Files
esphome/tests/components/es7210/common.yaml
J. Nick Koston 9353c6aac9 merge a few more
2025-10-09 10:23:26 -10:00

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