From 25e18524ffec105690dbe7e63944030bcad63d41 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Mon, 3 Jan 2022 11:28:20 +0100 Subject: [PATCH] Deprecate Bosch BME280 Environmental Sensor (ADR-0019) (#20911) --- source/_integrations/bme280.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/source/_integrations/bme280.markdown b/source/_integrations/bme280.markdown index 06c31687839..8cb43deab83 100644 --- a/source/_integrations/bme280.markdown +++ b/source/_integrations/bme280.markdown @@ -10,6 +10,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 Bosch BME280 integration allows you to read temperature, humidity and pressure values of a [Bosch BME280 Environmental sensor](https://cdn-shop.adafruit.com/datasheets/BST-BME280_DS001-10.pdf) connected via [I2c](https://en.wikipedia.org/wiki/I²C) bus (SDA, SCL pins) or connected via SPI. It allows you to use all the operation modes of the sensor described in its datasheet. ## Configuration