HELP please. I’m reinstalling my XIAOMI thermometers and ESP32s. Home Assistant sees ESPs just fine. Telink Flasher sees Xiaomi’s and flashes successfully. However, Home Assistant XIAOMI BTE integration says there are no devices. I think I’ve dotted my I’s and crossed my T’s but after a month of wrestling this issue, I’m throwing in the towel. Any help GREATLY appreciated.
Here’s my .yaml
esphome:
name: "esp32-first-board"
esp32:
board: esp32dev
framework:
type: arduino
# Enable logging
logger:
# For Bluetooth Proxy
esp32_ble_tracker:
bluetooth_proxy:
# Enable Home Assistant API
api:
ota:
wifi:
ssid: !secret wifi_ssid
password: !secret wifi_password
# Enable fallback hotspot (captive portal) in case wifi connection fails
ap:
ssid: "Esphome-Web-A2Fff4"
password: "qJjISxmCyaUl"
captive_portal:
binary_sensor:
- platform: status
name: "Bluetooth Tracker Status"