mirror of
https://github.com/esphome/esphome.git
synced 2026-08-25 07:36:19 +00:00
27 lines
789 B
YAML
27 lines
789 B
YAML
esp32_ble_tracker:
|
|
id: ble_tracker_hub
|
|
|
|
sensor:
|
|
# Explicit ble_hub_id: pins the neutral binding as a declared key.
|
|
- platform: ble_rssi
|
|
ble_hub_id: ble_tracker_hub
|
|
mac_address: AC:37:43:77:5F:4C
|
|
name: BLE Google Home Mini RSSI value
|
|
- platform: ble_rssi
|
|
service_uuid: 11aa
|
|
name: BLE Test Service 16
|
|
- platform: ble_rssi
|
|
service_uuid: "11223344"
|
|
name: BLE Test Service 32
|
|
- platform: ble_rssi
|
|
service_uuid: 11223344-5566-7788-99aa-bbccddeeff00
|
|
name: BLE Test Service 128
|
|
- platform: ble_rssi
|
|
ibeacon_uuid: 11223344-5566-7788-99aa-bbccddeeff00
|
|
ibeacon_major: 100
|
|
ibeacon_minor: 1
|
|
name: BLE Test iBeacon UUID
|
|
- platform: ble_rssi
|
|
irk: 1234567890abcdef1234567890abcdef
|
|
name: "BLE Tracker with Identity Resolving Key"
|