BME680 Sensor Component (#11695)

* Adding BME680 Sensor Component

* Flake8 lint fixes

* PyLint fixes

* Fix for log line

* Updating requirements for testing

* Fix PyLint Log format errors and add to coveragerc ommisions as requires sensor connected

* Regenerated requirements_all.txt

* Added Pylint exception for import error of system specific library

* Refactored async_add_platform to move IO out to avoid heavy yield usage
This commit is contained in:
arcsur 2018-01-23 15:51:52 +08:00 committed by Paulus Schoutsen
parent bc13c9db83
commit 09e3bf94eb
4 changed files with 379 additions and 0 deletions

View file

@ -32,6 +32,7 @@ COMMENT_REQUIREMENTS = (
'i2csense',
'credstash',
'pytradfri',
'bme680',
)
TEST_REQUIREMENTS = (