Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups

I’ve been getting these warnings but I’m not sure what I should be doing to correct it. Any hints appreciated.

I’m running:
Home Assistant 2023.3.0
Supervisor 2023.01.1
Operating System 9.5
Frontend 20230301.0 - latest

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:77
First occurred: 4 March 2023 at 18:24:20 (1 occurrences)
Last logged: 4 March 2023 at 18:24:20

Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups; this will fail in version 2023.3. Please report issue to the custom integration author for frigate using this method at custom_components/frigate/init.py, line 289: hass.config_entries.async_setup_platforms(entry, PLATFORMS)

it tells you what to do in the message:

Got it. Thanks.

1 Like