Release 0.18 blog post
This commit is contained in:
parent
09527857df
commit
70bd3f4890
15 changed files with 212 additions and 20 deletions
25
source/_components/device_tracker.bluetooth_tracker.markdown
Normal file
25
source/_components/device_tracker.bluetooth_tracker.markdown
Normal file
|
@ -0,0 +1,25 @@
|
|||
---
|
||||
layout: page
|
||||
title: "Bluetooth Tracker"
|
||||
description: "Instructions how to integrate bluetooth tracking within Home Assistant."
|
||||
date: 2016-04-10 17:24
|
||||
sidebar: true
|
||||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: bluetooth.png
|
||||
ha_category: Presence Detection
|
||||
ha_iot_class: "Local Poll"
|
||||
---
|
||||
|
||||
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 in `known_devices.yaml`.
|
||||
|
||||
Requires PyBluez
|
||||
|
||||
```yaml
|
||||
device_tracker:
|
||||
platform: bluetooth_tracker
|
||||
track_new_devices: true
|
||||
interval_seconds: 60
|
||||
consider_home: 180
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue