core/homeassistant/components/bme280
Kuzj d0b9d82287
Refactor bme280, add SPI support (#48775)
* bme280 refactoring, add SPI support

* isort, requirements

* __init_.py add to .coveragerc

* Re-run CI jobs

* const.py to .coveragerc

* Add support for IoT class in manifest

* Keepalive

* review suggestions

* scan_interval with coordinator

* black, isort

* coordinator review suggestions

* Set device_class

* review suggestions

* review suggestions

* review suggestions

* review suggestions

* review suggestions

* review suggestions

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* add bme280spi to commented requirements

* run script.gen_requirements_all

* black

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2021-07-27 16:29:43 -04:00
..
__init__.py Refactor bme280, add SPI support (#48775) 2021-07-27 16:29:43 -04:00
const.py Refactor bme280, add SPI support (#48775) 2021-07-27 16:29:43 -04:00
manifest.json Refactor bme280, add SPI support (#48775) 2021-07-27 16:29:43 -04:00
sensor.py Refactor bme280, add SPI support (#48775) 2021-07-27 16:29:43 -04:00