Not exactly sure where/why/how this is happening. I did a quick search on here and google and didn’t immediately turn up anything - more just about not being able to update ESPhome devices at all however that is not my issue.
I can update all of my ESPhome devices through the webconsole, however HA normally notifies of ‘updates’ for all devices including ESPhome devices after updating core ESPhome to a new version.
What I noticed is that all my old devices show up in HA for requiring an update after the core update which is how it’s always been, however the newer devices I’ve added to ESPhome do not show up there. I have to go to the webpanel of ESPhome to update the devices for some reason?
I see functionally no difference in code between and old and new device, here is an example:
name: lr-bt-proxy
friendly_name: lr_bt_proxy
esp32:
board: mhetesp32devkit
framework:
type: esp-idf
wifi:
ssid: !secret iot_wifi_ssid
password: !secret iot_wifi_pass
# Enable logging
logger:
# Enable Home Assistant API
api:
encryption:
key: "blahblahblah123"
ota:
- platform: esphome
password: "blahblah1234"
web_server:
port: 80
## BLUETOOTH HA PROXY
esp32_ble_tracker:
scan_parameters:
interval: 1100ms
window: 1100ms
active: true
bluetooth_proxy:
active: true ```