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