From dc819a169cf7c08fb7b6592ad5f452a90b46752a Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 16 Apr 2025 08:17:31 +0200 Subject: [PATCH] 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> --- source/_integrations/bluetooth_tracker.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_integrations/bluetooth_tracker.markdown b/source/_integrations/bluetooth_tracker.markdown index b8676ddfbf0..c1d685a7cfe 100644 --- a/source/_integrations/bluetooth_tracker.markdown +++ b/source/_integrations/bluetooth_tracker.markdown @@ -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`. +{% 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" %} This platform requires `pybluez` to be installed. On Debian based installs, run