Eddystone Beacon Temperature Sensor (#6789)
* Added eddystone_temperature platform. * Fixed style issues. * Fixed style issues #2. * Fixed style issues #3. * Added new platform to .coveragerc * Refactored platform to use the beacontools package. * Fixed style issues and added beacontools to excluded requirements. * Removed obsolete constants and added pylint exception. * Added blank line * Updated beacontools to version 1.0.0 * Updated beacontools to version 1.0.1 * Forgot to regenerate requirements_all * Minor changes
This commit is contained in:
parent
c4e1255a84
commit
e4e7141ae7
4 changed files with 194 additions and 0 deletions
|
@ -13,6 +13,7 @@ COMMENT_REQUIREMENTS = (
|
|||
'Adafruit_BBIO',
|
||||
'fritzconnection',
|
||||
'pybluez',
|
||||
'beacontools',
|
||||
'bluepy',
|
||||
'python-lirc',
|
||||
'gattlib',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue