mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +00:00
Clarify Bluetooth Tracker integration is only available for Core installation types (#38561)
* Clarify Bluetooth Tracker integration is only available for Core installation types * tiny tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com>
This commit is contained in:
parent
b616aa6128
commit
dc819a169c
@ -14,6 +14,10 @@ ha_quality_scale: legacy
|
|||||||
|
|
||||||
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 addresses in `known_devices.yaml`.
|
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 addresses in `known_devices.yaml`.
|
||||||
|
|
||||||
|
{% important %}
|
||||||
|
This integration is only available on Home Assistant Core installation types. Unfortunately, it cannot be used with Home Assistant OS, Supervised, or Container.
|
||||||
|
{% endimportant %}
|
||||||
|
|
||||||
{% details "Notes for Home Assistant Core Installations" %}
|
{% details "Notes for Home Assistant Core Installations" %}
|
||||||
|
|
||||||
This platform requires `pybluez` to be installed. On Debian based installs, run
|
This platform requires `pybluez` to be installed. On Debian based installs, run
|
||||||
|
Loading…
x
Reference in New Issue
Block a user