esphome / firmware

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

in progress binary sensor... #272

Open RaceNJason opened 4 days ago

RaceNJason commented 4 days ago

With the latest home assistant core update, my ATOM Echo voice assistant now shows this notification:

This stops working in version 2025.4. Please address before upgrading.

The ESPHome in progress binary sensor binary_sensor.atom_echo_master_bedroom_assist_in_progress is deprecated.

Migrate your configuration to use the corresponding assist_satellite entity and then click SUBMIT to disable the in progress binary sensor and fix this issue.

daknightuk commented 4 days ago

I have exactly the same issue, not sure whether to disable the in progress binary sensor or not?

image

RaceNJason commented 4 days ago

I would not click the 'SUBMIT' button just yet. Prefer to wait to see this fixed (in which case the message may go away on it's own). Sounds like if it isn't fixed and you click on it, it could do more than just ignore the warning (like ignore in_progress messages thinking assist_satellite messages are now coming in)??

sanderlv commented 4 days ago

I have the same error. Even after updating to the latest template.

https://github.com/esphome/media-players/blob/main/m5stack/m5stack-atom-echo.yaml

danerthompson commented 3 days ago

I also have this error with a custom S3 config.

tduzzi commented 3 days ago

I too have this error M5Atom Echo

Powerbless commented 3 days ago

Same error

Menz01 commented 3 days ago

same issue here

jparchem commented 3 days ago

Also same issue with both my Atom M3 Echo, VoIP, S3 Box and Wyoming satellites. The error message itself is included in a release notes screenshot: https://www.home-assistant.io/blog/2024/10/02/release-202410/#the-source-of-a-repair

Wummeke commented 3 days ago

I had the same issue with my RaspiAudio Muse Luxe. I solved it by removing the voice-assistant: component from my ESPHome configuration. I don't really use it to be fair. After OTA-updating my ESPHome device and a repair in Home-Assistant, the warning was gone.

If you do want to use the assistant functionality, you might wanna have a look at these configurations: https://github.com/esphome/firmware/tree/main/voice-assistant I'm not sure if those configs solve the issue, to be honest. I did try them at first, but before I got to checking the warning in Home-Assistant, I saw all kinds of buffer errors in the ESPHome Logs and (for me the most important reason) the media-player functionality of my Muse Luxe was gone.

Nismonx commented 2 days ago

Same here, Updating to 2024.9.2 via ESPhome seems to fix the issue.

jmcbri commented 2 days ago

Same here, Updating to 2024.9.2 via ESPhome seems to fix the issue.

Thanks. How do you do thank? I puttered around in various places in gui and didn't see an option. Command line?

tduzzi commented 2 days ago

That did not work for me as I am currently running 2024.9.2 and still have this warning:

Todd

On Saturday, October 5, 2024 at 12:05:01 PM EDT, James McBride ***@***.***> wrote:   

Same here, Updating to 2024.9.2 via ESPhome seems to fix the issue.

Thanks. How do you do thank? I puttered around in various places in gui and didn't see an option. Command line?

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.Message ID: @.***>

kevvar commented 2 days ago

When you click on 'Submit', it fixes the issue. It disables the binary sensor, and it automatically creates the assist satellite entity.

ericvb commented 1 day ago

When you click on 'Submit', it fixes the issue. It disables the binary sensor, and it automatically creates the assist satellite entity.

The explanatory text is then very unhappily worded : Migrate your configuration to use the corresponding assist_satellite entity and then click SUBMIT to disable the in progress binary sensor and fix this issue. ???

kevvar commented 1 day ago

Yes you are right.

OzGav commented 22 hours ago

I tentatively clicked on SUBMIT and yes issue fixed for me. I also think the text should be Migrate your configuration to use the corresponding assist_satellite entity and disable the in progress binary sensor by clicking SUBMIT to fix this issue.

deejay1 commented 1 hour ago

unfortunately there is no documentation on how to migrate the config

OzGav commented 1 hour ago

@deejay1 as explained above just click submit

weboide commented 1 hour ago

It's also tracked in https://github.com/esphome/wake-word-voice-assistants/issues/26