1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

Add IRK support to allow tracking of devices with random MAC addresses (#6335)

* Add IRK support to allow tracking of devices with random MAC addresses

* make CONF_IRK a local definition

* Add tests

---------

Co-authored-by: clydebarrow <2366188+clydebarrow@users.noreply.github.com>
This commit is contained in:
chbmuc
2024-03-10 23:58:50 +01:00
committed by GitHub
parent d4489ac373
commit 247baa414a
6 changed files with 86 additions and 2 deletions

View File

@@ -18,3 +18,7 @@ binary_sensor:
ibeacon_major: 100
ibeacon_minor: 1
name: BLE Test iBeacon Presence
- platform: ble_presence
irk: 1234567890abcdef1234567890abcdef
name: "ESP32 BLE Tracker with Identity Resolving Key"

View File

@@ -18,3 +18,7 @@ binary_sensor:
ibeacon_major: 100
ibeacon_minor: 1
name: BLE Test iBeacon Presence
- platform: ble_presence
irk: 1234567890abcdef1234567890abcdef
name: "ESP32 BLE Tracker with Identity Resolving Key"

View File

@@ -18,3 +18,7 @@ binary_sensor:
ibeacon_major: 100
ibeacon_minor: 1
name: BLE Test iBeacon Presence
- platform: ble_presence
irk: 1234567890abcdef1234567890abcdef
name: "ESP32 BLE Tracker with Identity Resolving Key"

View File

@@ -18,3 +18,7 @@ binary_sensor:
ibeacon_major: 100
ibeacon_minor: 1
name: BLE Test iBeacon Presence
- platform: ble_presence
irk: 1234567890abcdef1234567890abcdef
name: "ESP32 BLE Tracker with Identity Resolving Key"