1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-01 19:02:18 +01:00
Files
esphome/tests/components/sound_level/common.yaml
2025-05-12 08:51:49 +12:00

27 lines
567 B
YAML

i2s_audio:
i2s_lrclk_pin: ${i2s_bclk_pin}
i2s_bclk_pin: ${i2s_lrclk_pin}
microphone:
- platform: i2s_audio
id: i2s_microphone
i2s_din_pin: ${i2s_dout_pin}
adc_type: external
bits_per_sample: 16bit
sensor:
- platform: sound_level
microphone: i2s_microphone
measurement_duration: 2000ms
passive: false
peak:
name: "Peak Sound Level"
on_value_range:
- above: -1.0
then:
- sound_level.stop:
- delay: 5s
- sound_level.start:
rms:
name: "RMS Sound Level"