mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
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:
@@ -10,6 +10,7 @@ COMMENT_REQUIREMENTS = [
|
||||
'RPi.GPIO',
|
||||
'Adafruit_Python_DHT',
|
||||
'fritzconnection',
|
||||
'pybluez',
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user