ekutner / home-connect-hass

Alternative (and improved) Home Connect integration for Home Assistant
MIT License
549 stars 54 forks source link

Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups; #154

Closed Mitch73-2 closed 1 year ago

Mitch73-2 commented 1 year ago

I running Home Assistant beta :

After the last update I see the following warning in my logs about Home Connect Alt : Can you take a look at this please.

Logger: homeassistant.helpers.frame Source: helpers/frame.py:77 First occurred: 07:26:21 (2 occurrences) Last logged: 07:26:24

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 home_connect_alt using this method at custom_components/home_connect_alt/init.py, line 152: hass.config_entries.async_setup_platforms(entry, PLATFORMS) 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 hacs using this method at custom_components/hacs/init.py, line 177: hass.config_entries.async_setup_platforms(

ekutner commented 1 year ago

Thanks for reporting. Fixed in the latest version.