mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 02:49:40 +00:00
Ble tracker (#2810)
* Added Bluetooth Low Energy device tracker * Added new file(s) * Fixed pylint errors * Remove traling zeros from device names * recreated deleted file * Added requirements * Renamed to bluetooth_le tracker Removed gattlib from tests Minor code cleanup * - fixed .coveragerc bug - changed discovery algorithm, new devices will only be added if seen 5 times to make sure HA doesn't blow the database with devices just passing by
This commit is contained in:
committed by
Paulus Schoutsen
parent
98f236c754
commit
ccd8f51253
@@ -14,6 +14,7 @@ COMMENT_REQUIREMENTS = (
|
||||
'pybluez',
|
||||
'bluepy',
|
||||
'python-lirc',
|
||||
'gattlib'
|
||||
)
|
||||
|
||||
IGNORE_PACKAGES = (
|
||||
|
||||
Reference in New Issue
Block a user