mirror of
				https://github.com/esphome/esphome.git
				synced 2025-10-30 22:53:59 +00:00 
			
		
		
		
	Add support for MPL3115A2 Pressure/Altitude and Temperature Sensor (#3371)
* Add support for mpl3115a2 * Add codeowner * Linter/test updates * Minor changes * Made pressure/altitude exclusive Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
This commit is contained in:
		| @@ -1167,6 +1167,13 @@ sensor: | ||||
|     temperature: | ||||
|       name: Max9611 Temp | ||||
|     update_interval: 1s | ||||
|   - platform: mpl3115a2 | ||||
|     i2c_id: i2c_bus | ||||
|     temperature: | ||||
|       name: "MPL3115A2 Temperature" | ||||
|     pressure: | ||||
|       name: "MPL3115A2 Pressure" | ||||
|     update_interval: 10s | ||||
|  | ||||
| esp32_touch: | ||||
|   setup_mode: false | ||||
|   | ||||
		Reference in New Issue
	
	Block a user