mirror of
https://github.com/esphome/esphome.git
synced 2024-11-02 08:40:55 +01:00
16 lines
255 B
YAML
16 lines
255 B
YAML
i2c:
|
|
- id: i2c_bmp280
|
|
scl: 5
|
|
sda: 4
|
|
|
|
sensor:
|
|
- platform: bmp280
|
|
address: 0x77
|
|
temperature:
|
|
name: Outside Temperature
|
|
oversampling: 16x
|
|
pressure:
|
|
name: Outside Pressure
|
|
iir_filter: 16x
|
|
update_interval: 15s
|