elupus / hass_nibe

Home Assistant Nibe Uplink Integration
183 stars 54 forks source link

Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups #161

Closed avdwilk closed 1 year ago

avdwilk commented 1 year ago

Hello Homeassistant is giving the following warnings:

Logger: homeassistant.helpers.frame Source: helpers/frame.py:77 First occurred: 16:08:04 (1 occurrences) Last logged: 16:08:04 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 nibe using this method at custom_components/nibe/init.py, line 233: hass.config_entries.async_setup_platforms(entry, FORWARD_PLATFORMS)