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:
citruz 2017-04-04 23:57:19 +02:00 committed by Pascal Vizeli
parent c4e1255a84
commit e4e7141ae7
4 changed files with 194 additions and 0 deletions

View file

@ -13,6 +13,7 @@ COMMENT_REQUIREMENTS = (
'Adafruit_BBIO',
'fritzconnection',
'pybluez',
'beacontools',
'bluepy',
'python-lirc',
'gattlib',