Update bmp280.markdown (#16339)

Update to solve a typo in the yaml config.
This commit is contained in:
frodcab 2021-01-29 14:28:41 +01:00 committed by GitHub
parent 280d1a0214
commit 2a8d16aedc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ To use a BMP280 sensor in your installation, you have to enable I2C on your host
```yaml
sensor:
- platform: bmp280
- i2c_address: 0x77
i2c_address: 0x77
```
{% configuration %}