mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
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:
@@ -13,6 +13,7 @@ COMMENT_REQUIREMENTS = (
|
||||
'Adafruit_BBIO',
|
||||
'fritzconnection',
|
||||
'pybluez',
|
||||
'beacontools',
|
||||
'bluepy',
|
||||
'python-lirc',
|
||||
'gattlib',
|
||||
|
||||
Reference in New Issue
Block a user