Add bluetooth device tracker (#1830)

This tracker discovers new devices on boot and tracks bluetooth devices
periodically based on interval_seconds value. Devices discovered are
stored with 'BT_' as the prefix for device mac.

Requires PyBluez
This commit is contained in:
Manoj 2016-04-19 08:18:46 -07:00 committed by Paulus Schoutsen
parent c0a7b0f474
commit c1ca13d613
4 changed files with 96 additions and 0 deletions

View file

@ -10,6 +10,7 @@ COMMENT_REQUIREMENTS = [
'RPi.GPIO',
'Adafruit_Python_DHT',
'fritzconnection',
'pybluez',
]