Where to report issue?

I have a warning level entry in my logs for helpers.frame. The full copy paste is below, by my question specifically is where should I be “[reporting] the issue”?

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:380
First occurred: 4:58:02 PM (6 occurrences)
Last logged: 4:58:02 PM

Detected code that calls async_forward_entry_setup for integration vesync with title: <redacted>@gmail.com and entry_id: 01JPZTC2FSJSP8DN7E3KWESQZ2, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1, please report this issue

Here:

Also I edited your pasted error message to remove your email address.

How long has it been since you updated HA? That warning started last June, and the 2025.1 version it’s warning you about was released last January.

The warning you are seeing should have been already fixed in the past 10 months, but you’ll need to update to fix it.

2 Likes

Thanks for the redaction, didn’t even catch that!