gcobb321 / icloud3

iCloud3 v3 - iCloud3 is an advanced iDevice tracker that uses Apple iCloud account and HA Companion App data for presence detection and location based automations.
MIT License
546 stars 54 forks source link

Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups; this will fail in version 2023.3. #254

Open edwardtfn opened 1 year ago

edwardtfn commented 1 year ago

Since HA 2023.2.0 I'm getting this error in the logs:

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:77 
First occurred: 07:05:42 (1 occurrences) 
Last logged: 07:05:42

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 icloud3 using this method at custom_components/icloud3/__init__.py, line 129: hass.config_entries.async_setup_platforms(entry, PLATFORMS)

Looks like a critical issue as we are only a couple of weeks from v2023.3.

gcobb321 commented 1 year ago

Thanks. I am aware of the breaking change and it will be fixed by the end of the month