Skip to content

Commit

Permalink
Update bme280.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
apbodrov authored Dec 23, 2023
1 parent d31a960 commit 4877363
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/sensor/bme280.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ required to be set up in your configuration for this sensor to work.
# Example configuration entry I2C
sensor:
- platform: bme280
- platform: bme280_i2c
temperature:
name: "BME280 Temperature"
oversampling: 16x
Expand All @@ -39,7 +39,7 @@ required to be set up in your configuration for this sensor to work.
# Example configuration entry SPI
sensor:
- platform: bme280
- platform: bme280_spi
temperature:
name: "BME280 Temperature"
oversampling: 16x
Expand Down

0 comments on commit 4877363

Please sign in to comment.