Fix typo and minor layout changes

This commit is contained in:
Fabian Affolter 2016-11-13 16:23:24 +01:00
parent 88c6d99fca
commit f43c783fcd
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -21,7 +21,7 @@ Requires PyBluez. If you are on Raspbian, make sure you first install `bluetooth
</p> </p>
<p class='note warning'> <p class='note warning'>
Requires gattlib, which is not compatible with windows. This tracker won't work on windows! Requires gattlib, which is not compatible with Windows. This tracker won't work on Windows!
</p> </p>
To use the Bluetooth tracker in your installation, add the following to your `configuration.yaml` file: 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
$ sudo setcap 'cap_net_raw,cap_net_admin+eip' `readlink -f \`which python3\`` $ sudo setcap 'cap_net_raw,cap_net_admin+eip' `readlink -f \`which python3\``
``` ```
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.
*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*
```bash ```bash
$ sudo setcap cap_net_raw,cap_net_admin+eip /srv/hass/hass_venv/bin/python3 $ sudo setcap cap_net_raw,cap_net_admin+eip /srv/hass/hass_venv/bin/python3
``` ```
A restart of Home Assistant is required. A restart of Home Assistant is required.
For additional configuration variables check the [Device tracker page](/components/device_tracker/). For additional configuration variables check the [Device tracker page](/components/device_tracker/).