1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-13 08:28:19 +00:00

14 lines
229 B
YAML
Raw Normal View History

i2c:
- id: i2c_ms5611
scl: ${i2c_scl}
sda: ${i2c_sda}
sensor:
- platform: ms5611
temperature:
name: Outside Temperature
pressure:
name: Outside Pressure
address: 0x77
update_interval: 15s