Add support for Bosch BMP280 Sensor (#30837)
* Implement support for Bosch BMP280 Sensor
* Fixed linting errors
* Fixed case of the requirement RPi.GPIO so it is ignored in requirements
* Update homeassistant/components/bmp280/manifest.json
Co-Authored-By: springstan <46536646+springstan@users.noreply.github.com>
* Update homeassistant/components/bmp280/sensor.py
Co-Authored-By: springstan <46536646+springstan@users.noreply.github.com>
* Fix linting errors
* Implemented changes suggested by code review
* Fixed incomplete refactoring
Co-authored-by: springstan <46536646+springstan@users.noreply.github.com>