Update of ESPHome devices

Hi,

I have 4 ESPHome devices.

This list gives me only 3 devices to update…why ?

But on the ESPHome dashboard I see my 4th device that needs an update :

This device is just a bluetooth proxy :

# HARDWARE
# --------
# - Board : nodemcu-32S
#
# CONNECTIONS
# -----------
# 

esphome:
  name: bluetooth-proxy
  friendly_name: Bluetooth Proxy

esp32:
  board: nodemcu-32s

# Enable logging
logger:

# Enable Home Assistant API
api:
  encryption:
    key: o3qhG0eXfsmI8BfpN6iLpBGDXZGfS3gibVXrg5osQ1A=
#  password: !secret esphome_api_password

ota:
  - platform: esphome
    password: !secret esphome_ota_password

safe_mode:

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password

  # Enable fallback hotspot (captive portal) in case wifi connection fails
  ap:
    ssid: "Bluetooth-Proxy Fallback Hotspot"
    password: "4Pc3BIBTL0xZ"

captive_portal:

bluetooth_proxy:
  active: true
    

Maybe you forgot to add the 4th esp to the esphome integration? The screenshot you posted is from the add-on, not the integration. Look at the number of devices listed in the integration.

image

Good call…maybe…

It was there, but this was not checked :

image

Seems it was not that…

Integrations :

ESP Home Builder :

Template :

You can check if the update sensor is disabled for the missing device, or just delete and re-add the device in the ESPHome integration (not in the ADD-ON).