I built a cheap ESP32 weather station to automate my Home Assistant server
… Then, I sifted through the sensor documentation on ESPHome until I encountered this code snippet for my BME280 module: i2c: sda: GPIO21 scl: GPIO22 scan: true sensor: - platform: bme280 i2c address: 0x77 temperature: name: "BME280 Temperature" oversampling: 16x pressure: name: "BME280 Pressure" hum… …