mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Add support for QMP6988 Pressure sensor (#3192)
This commit is contained in:
		| @@ -798,6 +798,17 @@ sensor: | ||||
|           value: 12345 | ||||
|     total: | ||||
|       name: "Pulse Meter Total" | ||||
|   - platform: qmp6988 | ||||
|     temperature: | ||||
|       name: "Living Temperature QMP" | ||||
|       oversampling: 32x | ||||
|     pressure: | ||||
|       name: "Living Pressure QMP" | ||||
|       oversampling: 2x | ||||
|     address: 0x70 | ||||
|     update_interval: 30s | ||||
|     iir_filter: 16x | ||||
|     i2c_id: i2c_bus | ||||
|   - platform: rotary_encoder | ||||
|     name: "Rotary Encoder" | ||||
|     id: rotary_encoder1 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user