LILYGO® TTGO T-Internet-POE ESP32 and Friendly name is an invalid option issue

Trying to configure my LILYGO® TTGO T-Internet-POE ESP32-WROOM LAN8720A as blue tooth proxy, I receive this error:

Here my yaml file:

substitutions:
  name: esp32-bluetooth-proxy-5f7de4
packages:
  esphome.bluetooth-proxy: github://esphome/bluetooth-proxies/esp32-generic.yaml@main
esphome:
  name: ${name}
  name_add_mac_suffix: false


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

Any idea?
Thanks in advance

Which version of ESPHome are you running?
The friendly_name property (set by the bluetooth proxy package) is only added since version 2023.2:

1 Like