Skip to content

Commit 4348f3c

Browse files
authored
Add example configuration for multiple BME68x sensors
Added a minimal example configuration for multiple BME68x sensors in the documentation.
1 parent 029954b commit 4348f3c

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

content/components/sensor/bme68x_bsec2.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,23 @@ bme68x_bsec2_i2c:
7171
section to refer to the correct BME68x sensor if you have more than one device. This will also be used to refer to
7272
the calibrated BSEC2 algorithm state saved to flash.
7373

74+
```yaml
75+
# Minimal example configuration with multiple sensors
76+
bme68x_bsec2_i2c:
77+
- id: bme68X_1
78+
address: 0x76
79+
model: bme680
80+
operating_age: 28d
81+
sample_rate: LP
82+
supply_voltage: 3.3V
83+
- id: bme68X_2
84+
address: 0x77
85+
model: bme680
86+
operating_age: 28d
87+
sample_rate: LP
88+
supply_voltage: 3.3V
89+
```
90+
7491
## Sensor
7592

7693
```yaml

0 commit comments

Comments
 (0)