mirror of
https://github.com/home-assistant/core.git
synced 2026-01-25 09:02:38 +01:00
* Add new BME280 temperature, humidity and pressure sensor * Add BME280 sensor to optional requirements and .coveragerc * move validation to sensor handler, async fix in setup * fix Invalid attribute name * review changes: move sensor code to external module * async fix * add i2csense to COMMENT_REQUIREMENTS, require i2csense 0.0.3, round prec to 1 dec * change style for hass * fix lint * fix lint part 2