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:
parent
c0a7b0f474
commit
c1ca13d613
4 changed files with 96 additions and 0 deletions
|
@ -10,6 +10,7 @@ COMMENT_REQUIREMENTS = [
|
|||
'RPi.GPIO',
|
||||
'Adafruit_Python_DHT',
|
||||
'fritzconnection',
|
||||
'pybluez',
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue