Skip to content

Commit 5becb9b

Browse files
committed
Add box
1 parent f43c783 commit 5becb9b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/_components/device_tracker.bluetooth_le_tracker.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ device_tracker:
3535
As some BT LE devices change their MAC address regularly, a new device is only discovered when it has been seen 5 times.
3636
Some BTLE devices (e.g. fitness trackers) are only visible to the devices that they are paired with. In this case, the BTLE tracker won't see this device.
3737
38-
BTLE tracking requires root privileges.
38+
<p class='note warning'>
39+
BT LE tracking requires root privileges.
40+
</p>
3941
4042
For running Home Assistant as non root user we can give python3 the missing capabilities to access the bluetooth stack. Quite like setting the setuid bit (see [Stack Exchange](http://unix.stackexchange.com/questions/96106/bluetooth-le-scan-as-non-root) for more information).
4143

0 commit comments

Comments
 (0)