yonatanp / electrasmart-custom-component

Home automation integration with Electra Smart type air conditioners
30 stars 7 forks source link

async_setup_platforms instead of awaiting async_forward_entry_setups error. #37

Open GuyKh opened 1 year ago

GuyKh commented 1 year ago

Got this error in HA 2023.3

 [homeassistant.helpers.frame] 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 electrasmart using this method at custom_components/electrasmart/__init__.py, line 30: hass.config_entries.async_setup_platforms(entry, PLATFORMS)