Skip to content

Commit 15f19dc

Browse files
committed
Encourage pull requests instead of external components
1 parent 5791f48 commit 15f19dc

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

content/components/sensor/bmi270.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ sensor to work.
1313

1414
The BMI270 is a low-power 6-axis inertial measurement unit (IMU) from Bosch Sensortec, designed for wearables and other battery-powered applications. It offers improved power efficiency and features compared to its predecessor, the BMI160.
1515

16-
This component only does some basic filtering and no calibration. Due to the complexity of this sensor and the amount
17-
of possible configuration options, you should probably create an [external component](/components/external_components)
18-
by copying and modifying the existing code if you want a specific new feature. Supporting all possible use cases would
19-
be quite hard.
16+
This component only does some basic filtering and no calibration. If you need additional configuration options
17+
or features, please consider adding them to the component and submitting a pull request to help improve ESPHome
18+
for everyone.
2019

2120
```yaml
2221
# Example configuration entry

0 commit comments

Comments
 (0)