1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 14:43:51 +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:
Keilin Bickar
2022-09-09 01:18:02 -04:00
committed by GitHub
parent e3f2562047
commit d66b2a1778
6 changed files with 290 additions and 0 deletions

View File

@@ -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