mirror of
https://github.com/esphome/esphome.git
synced 2024-11-02 08:40:55 +01:00
247baa414a
* 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>
25 lines
738 B
YAML
25 lines
738 B
YAML
esp32_ble_tracker:
|
|
|
|
binary_sensor:
|
|
- platform: ble_presence
|
|
mac_address: AC:37:43:77:5F:4C
|
|
name: ESP32 BLE Tracker Google Home Mini
|
|
- platform: ble_presence
|
|
service_uuid: 11aa
|
|
name: BLE Test Service 16 Presence
|
|
- platform: ble_presence
|
|
service_uuid: "11223344"
|
|
name: BLE Test Service 32 Presence
|
|
- platform: ble_presence
|
|
service_uuid: 11223344-5566-7788-99aa-bbccddeeff00
|
|
name: BLE Test Service 128 Presence
|
|
- platform: ble_presence
|
|
ibeacon_uuid: 11223344-5566-7788-99aa-bbccddeeff00
|
|
ibeacon_major: 100
|
|
ibeacon_minor: 1
|
|
name: BLE Test iBeacon Presence
|
|
- platform: ble_presence
|
|
irk: 1234567890abcdef1234567890abcdef
|
|
name: "ESP32 BLE Tracker with Identity Resolving Key"
|
|
|