BenPru / luxtronik

Luxtronik integration for Home Assistant
MIT License
68 stars 23 forks source link

async_setup_platforms is no longer available in Home Assistant 2023.3 #89

Closed Kars-de-Jong closed 1 year ago

Kars-de-Jong commented 1 year ago

I'm using Luxtronik 2023.01.20.

Release 2023.2 of Home Assistant logs the following warning:

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

I haven't upgraded yet so I can't confirm that this is really the case, but I guess it should be solved soon, since 2023.3 is out now.