uvjim / linksys_velop

Home Assistant integration for the Linksys Velop
MIT License
50 stars 7 forks source link

LinksysVelopConfigFlow calls async_show_progress without passing a progress task, this is not valid and will break in Home Assistant Core 2024.8 #453

Closed iSteve-O closed 6 months ago

iSteve-O commented 7 months ago

Sorry if you know about this already, but I just noticed it in the log and also noticed nobody has reported it yet.

I am using the latest HAOS v2024.4.1 on raspberry pi 5.

WARNING (MainThread) [homeassistant.data_entry_flow] custom_components.linksys_velop.config_flow::LinksysVelopConfigFlow calls async_show_progress without passing a progress task, this is not valid and will break in Home Assistant Core 2024.8. Please report it to the custom integration author
uvjim commented 7 months ago

No need to apologise. Yeah, I'm aware of this one (I have a couple of other integrations that I need to address it in too).

It's on my list of things to get to when life stops getting in the way.

There's a couple of betas queued up for this one that I need to release and then I'll try and get on it.

uvjim commented 6 months ago

Should be fixed by #471. Please re-open if it isn't.