esphome / firmware

Holds firmware configuration files for projects that the ESPHome team provides.
https://esphome.io/projects
Apache License 2.0
162 stars 122 forks source link

Voice Assistant S3Box update 2024.7.0 Leaves Voice Assistant in unusable non-building state #238

Open RickeyWard opened 3 months ago

RickeyWard commented 3 months ago

With unchanged auto-setup ESP32-S3-box-3 install of Voice Assistant updated through home assistant to latest esphome 2024.7.0 Device shows the HA not found screen.

Show update to Virtual Assistant component, but fails to update with error:

image

It appears the the firmware yaml in main is out of data with esphome.

the unaltered original install-generated yaml for the virtual assistant is:

image

I'd have expected the auto-update that pops up in the notification to be safe, but I don't see an obvious way for this yaml to know what esphome version you're running so maybe its unavoidable?

What's the path forward without using a custom configuration?

randybb commented 3 months ago

This has been already fixed https://github.com/esphome/firmware/pull/236 Just wait 1 day for autorefresh or force it by adding refresh: 0s to your package definition (you need to change it a little bit - add url: and file:).

Razseal commented 3 months ago

Still not in a buildable state.