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:
parent
bc13c9db83
commit
09e3bf94eb
4 changed files with 379 additions and 0 deletions
|
@ -32,6 +32,7 @@ COMMENT_REQUIREMENTS = (
|
|||
'i2csense',
|
||||
'credstash',
|
||||
'pytradfri',
|
||||
'bme680',
|
||||
)
|
||||
|
||||
TEST_REQUIREMENTS = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue