mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 19:26:50 +00:00
Spelling corrections (#752)
This commit is contained in:
parent
27acac5ccc
commit
483838453e
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Bluetooth Tracker"
|
title: "Bluetooth Tracker"
|
||||||
description: "Instructions how to integrate bluetooth tracking within Home Assistant."
|
description: "Instructions for integrating bluetooth tracking within Home Assistant."
|
||||||
date: 2016-04-10 17:24
|
date: 2016-04-10 17:24
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
@ -13,11 +13,11 @@ ha_iot_class: "Local Poll"
|
|||||||
ha_release: 0.18
|
ha_release: 0.18
|
||||||
---
|
---
|
||||||
|
|
||||||
This tracker discovers new devices on boot and tracks bluetooth devices periodically based on interval_seconds value. It is not requiered to pair the devices with eachother!
|
This tracker discovers new devices on boot and tracks bluetooth devices periodically based on interval_seconds value. It is not required to pair the devices with each other!
|
||||||
Devices discovered are stored with 'bt_' as the prefix for device mac address in `known_devices.yaml`.
|
Devices discovered are stored with 'bt_' as the prefix for device mac addresses in `known_devices.yaml`.
|
||||||
|
|
||||||
<p class='note'>
|
<p class='note'>
|
||||||
Requires PyBluez. If you are on raspbian, make sure you first install `bluetooth` and `libbluetooth-dev` by running `sudo apt install bluetooth libbluetooth-dev`
|
Requires PyBluez. If you are on Raspbian, make sure you first install `bluetooth` and `libbluetooth-dev` by running `sudo apt install bluetooth libbluetooth-dev`
|
||||||
</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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user