mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	[sound_level] Add a new sound level sensor (#8737)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										26
									
								
								tests/components/sound_level/common.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										26
									
								
								tests/components/sound_level/common.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,26 @@ | ||||
| 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" | ||||
		Reference in New Issue
	
	Block a user