mirror of
https://github.com/esphome/esphome.git
synced 2025-11-03 08:31:47 +00:00
Add some components to the new testing framework (B) (#6173)
This commit is contained in:
14
tests/components/bmp3xx/test.esp32-c3.yaml
Normal file
14
tests/components/bmp3xx/test.esp32-c3.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
i2c:
|
||||
- id: i2c_bmp3xx
|
||||
scl: 5
|
||||
sda: 4
|
||||
|
||||
sensor:
|
||||
- platform: bmp3xx
|
||||
address: 0x77
|
||||
temperature:
|
||||
name: BMP Temperature
|
||||
oversampling: 16x
|
||||
pressure:
|
||||
name: BMP Pressure
|
||||
iir_filter: 2X
|
||||
Reference in New Issue
Block a user