esphome/tests/components/bme680/test.esp32-c3-ard.yaml
Keith Burzinski f6848fe24d
[CI] Introduce testing for IDF 5 (and other arbitrary framework versions) (#6802)
* Initial changes to support testing of additional framework versions

* Rename Arduino test files
2024-06-17 16:32:11 -05:00

21 lines
382 B
YAML

i2c:
- id: i2c_bme680
scl: 5
sda: 4
sensor:
- platform: bme680
temperature:
name: BME680 Temperature
oversampling: 16x
pressure:
name: BME680 Pressure
humidity:
name: BME680 Humidity
gas_resistance:
name: BME680 Gas Sensor
address: 0x77
heater:
temperature: 320
duration: 150ms
update_interval: 15s