1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

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>
This commit is contained in:
Kuzj
2021-07-27 23:29:43 +03:00
committed by GitHub
parent 7ad7cdad3d
commit d0b9d82287
7 changed files with 272 additions and 135 deletions

View File

@@ -19,6 +19,7 @@ COMMENT_REQUIREMENTS = (
"beewi_smartclim", # depends on bluepy
"blinkt",
"bluepy",
"bme280spi",
"bme680",
"decora",
"decora_wifi",