From b390ad46ec4c9a4a4fd495b7608785eeccfc7207 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 28 Dec 2021 15:38:21 +0100 Subject: [PATCH] Deprecate Bosch BMP280 Environmental Sensor (ADR-0019) (#20913) --- source/_integrations/bmp280.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/bmp280.markdown b/source/_integrations/bmp280.markdown index 5ae64297615..6ea6b37d784 100644 --- a/source/_integrations/bmp280.markdown +++ b/source/_integrations/bmp280.markdown @@ -15,6 +15,14 @@ ha_platforms: - sensor --- +
+ +This integration is deprecated and will be removed in Home Assistant Core 2022.4. + +For more information see: [Architectural Decision Record 0019](https://github.com/home-assistant/architecture/blob/master/adr/0019-GPIO.md). + +
+ The `bmp280` sensor platform allows you to read temperature and pressure values of a [Bosch BMP280 Environmental sensor](https://www.bosch-sensortec.com/products/environmental-sensors/pressure-sensors/bmp280/) connected via [I2C](https://en.wikipedia.org/wiki/I²C) bus (SDA, SCL pins). This integration has been tested on a Raspberry Pi 4B, but it should work on any device which is supported by [CircuitPython](https://circuitpython.org/).