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