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:
@@ -19,6 +19,7 @@ COMMENT_REQUIREMENTS = (
|
||||
"beewi_smartclim", # depends on bluepy
|
||||
"blinkt",
|
||||
"bluepy",
|
||||
"bme280spi",
|
||||
"bme680",
|
||||
"decora",
|
||||
"decora_wifi",
|
||||
|
||||
Reference in New Issue
Block a user