Skip to content

Commit f43c783

Browse files
committed
Fix typo and minor layout changes
1 parent 88c6d99 commit f43c783

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

source/_components/device_tracker.bluetooth_le_tracker.markdown

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Requires PyBluez. If you are on Raspbian, make sure you first install `bluetooth
2121
</p>
2222

2323
<p class='note warning'>
24-
Requires gattlib, which is not compatible with windows. This tracker won't work on windows!
24+
Requires gattlib, which is not compatible with Windows. This tracker won't work on Windows!
2525
</p>
2626

2727
To use the Bluetooth tracker in your installation, add the following to your `configuration.yaml` file:
@@ -44,14 +44,12 @@ $ sudo apt-get install libcap2-bin
4444
$ sudo setcap 'cap_net_raw,cap_net_admin+eip' `readlink -f \`which python3\``
4545
```
4646

47+
If you have installed Home Assistant with [AIO](/getting-started/installation-raspberry-pi-all-in-one/), you need to do the following command, this will grant access to Home Assistant to run the required command.
4748

48-
*If you have installed HA with AIO, you need to do the following command, this will grant acess to hass to run the required command*
4949
```bash
5050
$ sudo setcap cap_net_raw,cap_net_admin+eip /srv/hass/hass_venv/bin/python3
5151
```
5252

53-
54-
5553
A restart of Home Assistant is required.
5654

5755
For additional configuration variables check the [Device tracker page](/components/device_tracker/).

0 commit comments

Comments
 (0)