1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-30 22:53:59 +00:00

Add support for BMP388 / BMP 390 pressure and temperature sensor (#2716)

This commit is contained in:
Martin
2022-01-06 03:01:50 +01:00
committed by GitHub
parent df929f9445
commit 5e1e543b06
6 changed files with 735 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ esphome/components/binary_sensor/* @esphome/core
esphome/components/bl0940/* @tobias-
esphome/components/ble_client/* @buxtronix
esphome/components/bme680_bsec/* @trvrnrth
esphome/components/bmp3xx/* @martgras
esphome/components/button/* @esphome/core
esphome/components/canbus/* @danielschramm @mvturnho
esphome/components/cap1188/* @MrEditor97