AlmostInteractive / ESP32-S3-Box-3-Voice-Assistant-Sensor-Dock

13 stars 1 forks source link

Prevent name clash #6

Closed jeremypoulter closed 3 months ago

jeremypoulter commented 3 months ago

I had to make this change to prevent a compile error due to one of the libraries also using the initialize function name. FYI This is my config:

substitutions:
  name: esp32-s3-box-3-05ab90
  friendly_name: ESP32 S3 Box 3 05ab90
packages:
  esphome.voice-assistant: github://jeremypoulter/ESP32-S3-Box-3-Voice-Assistant-Sensor-Dock/esp32-s3-box-3.yaml@master\

esphome:
  name: ${name}
  name_add_mac_suffix: false
  friendly_name: ${friendly_name}
api:
  encryption:
    key: ......

wifi:
  ssid: !secret wifi_ssid
  password: !secret wifi_password
  domain: .lan