diff --git a/cookbook/bme280_environment.rst b/cookbook/bme280_environment.rst index 68d93178c..6fd1adb73 100644 --- a/cookbook/bme280_environment.rst +++ b/cookbook/bme280_environment.rst @@ -6,7 +6,7 @@ BME280 Environment :image: bme280.jpg :keywords: BME280 -The :doc:`/components/sensor/bme280` is a simple temperature, humidity, and pressure sensor with communication over :ref:`I²C `. +The :doc:`/components/sensor/bme280` is a simple temperature, humidity, and pressure sensor with communication over :ref:`I²C ` or :ref:`SPI `. With some simple math it is possible to either determine the height of the sensor, or the current pressure at sea level. This guide can be applied to any sensor measuring temperature and pressure at the same time, like the :doc:`/components/sensor/bmp280`, or :doc:`/components/sensor/bme680`. @@ -17,6 +17,7 @@ This guide can be applied to any sensor measuring temperature and pressure at th The first step is to connect the sensor as described :doc:`here `. After validating the sensor is working, we can proceed and add some formulas. +In the example below, modify ``platform: bme280`` as appropriate for your hardware (either ``bme280_i2c`` or ``bme280_spi``). See :doc:`/components/sensor/bme280` for specific details. .. code-block:: yaml