We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 029954b commit 4348f3cCopy full SHA for 4348f3c
content/components/sensor/bme68x_bsec2.md
@@ -71,6 +71,23 @@ bme68x_bsec2_i2c:
71
section to refer to the correct BME68x sensor if you have more than one device. This will also be used to refer to
72
the calibrated BSEC2 algorithm state saved to flash.
73
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
86
87
88
89
+```
90
+
91
## Sensor
92
93
```yaml
0 commit comments