1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-08 14:10:54 +00:00
2025-02-05 12:05:02 +13:00

16 lines
304 B
YAML

i2c:
- id: i2c_bmp085
scl: ${scl_pin}
sda: ${sda_pin}
sensor:
- platform: bmp085
temperature:
name: Outside Temperature
pressure:
name: Outside Pressure
filters:
- lambda: >-
return x / powf(1.0 - (x / 44330.0), 5.255);
update_interval: 15s