forked from home-assistant/core
* 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>
13 lines
289 B
JSON
13 lines
289 B
JSON
{
|
|
"domain": "bme280",
|
|
"name": "Bosch BME280 Environmental Sensor",
|
|
"documentation": "https://www.home-assistant.io/integrations/bme280",
|
|
"requirements": [
|
|
"i2csense==0.0.4",
|
|
"smbus-cffi==0.5.1",
|
|
"bme280spi==0.2.0"
|
|
],
|
|
"codeowners": [],
|
|
"iot_class": "local_push"
|
|
}
|