ESP Home BLE Tracking - cannot see devices in HA

Hi guys,

“Novice question”.

I’ve configured esp32_ble_tracker (see below) and it seems to work (I see the devices and reported temperature in the log), but I don’t see it in HA. In the integrations I see the device, but in its Controls it says “This device has no entities”. Any ideas? What is wrong?

esp32_ble_tracker:

sensor:
  - platform: xiaomi_lywsd02
    mac_address:  XX:XX:XX:XX:XX:XX
    temperature:
      name: "Xiaomi Temperature1"
  - platform: xiaomi_lywsd02
    mac_address:  XX:XX:XX:XX:XX:XX
    temperature:
      name: "Xiaomi Temperature2"

Thanks for your help,

Alex