esphome/tests/components/bmp280_i2c/common.yaml
Adam DeMuri 18a1191e03
Add support for using BMP280 with SPI (#7053)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
2024-09-05 17:08:02 +12:00

18 lines
331 B
YAML

i2c:
- id: i2c_bmp280
scl: ${scl_pin}
sda: ${sda_pin}
sensor:
- platform: bmp280_i2c
i2c_id: i2c_bmp280
address: 0x77
temperature:
id: bmp280_temperature
name: Outside Temperature
pressure:
name: Outside Pressure
id: bmp280_pressure
iir_filter: 16x
update_interval: 15s