mirror of
https://github.com/home-assistant/core.git
synced 2025-06-04 05:07:08 +00:00

* 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>
2 lines
43 B
Python
2 lines
43 B
Python
"""The Bosch BMP280 sensor integration."""
|