mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	SPI and I2C for BMP390 and BMP380 (#6652)
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		
							
								
								
									
										15
									
								
								tests/components/bmp3xx_i2c/common.yaml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								tests/components/bmp3xx_i2c/common.yaml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,15 @@ | ||||
| i2c: | ||||
|   - id: i2c_bmp3xx | ||||
|     scl: ${scl_pin} | ||||
|     sda: ${sda_pin} | ||||
|  | ||||
| sensor: | ||||
|   - platform: bmp3xx_i2c | ||||
|     i2c_id: i2c_bmp3xx | ||||
|     address: 0x77 | ||||
|     temperature: | ||||
|       name: BMP Temperature | ||||
|       oversampling: 16x | ||||
|     pressure: | ||||
|       name: BMP Pressure | ||||
|     iir_filter: 2X | ||||
		Reference in New Issue
	
	Block a user