After installing new version of ESPHOME
Failed config
sensor.bme280: [source /config/esphome/weather-station.yaml:49]
Platform not found: ‘sensor.bme280’.
platform: bme280
temperature:
name: Outdoor temperature
unit_of_measurement: °C
id: Temp
oversampling: 1x
pressure:
name: Outdoor Pressure
unit_of_measurement: mmHg
oversampling: 1x
id: Pres
filters:
- lambda: return x/1.33322;
humidity:
name: Outdoor Humidity
id: Hum
address: 0x76
update_interval: 60s
Can enyone help