Bluetooth LE Tracker
此集成在启动时和定期间隔中发现新设备,并根据 interval_seconds 值定期跟踪蓝牙低功耗设备。设备之间不需要配对。
发现的设备在 known_devices.yaml 中以 'BLE_' 作为设备 MAC 地址的前缀存储。
设置
此集成需要启用并正常运行 Bluetooth 集成。
配置
要在您的安装中使用蓝牙跟踪器,请将以下内容添加到您的 "configuration.yaml" 文件中。
:::tip
更改配置后需要重启 Home Assistant。
:::
由于某些 BT LE 设备会定期更改其 MAC 地址,因此新设备只有被看到 5 次后才会被发现。
For more information about how device trackers are discovered and shown, refer to the device tracker documentation. For more information about using multiple device tracker sources together, refer to the device tracker documentation. For more information about ARP-based device tracker behavior, refer to the device tracker documentation. For more information about contributing additional device tracker docs, refer to the device tracker documentation. For more information about device tracker details, refer to the device tracker documentation. For more information about using device trackers for motion-related logic, refer to the device tracker documentation. For more information about presence detection concepts, refer to the device tracker documentation.

