mirror of
https://github.com/esphome/esphome.git
synced 2024-11-06 09:25:37 +01:00
15 lines
223 B
YAML
15 lines
223 B
YAML
i2c:
|
|
- id: i2c_bmp3xx
|
|
scl: 16
|
|
sda: 17
|
|
|
|
sensor:
|
|
- platform: bmp3xx
|
|
address: 0x77
|
|
temperature:
|
|
name: BMP Temperature
|
|
oversampling: 16x
|
|
pressure:
|
|
name: BMP Pressure
|
|
iir_filter: 2X
|