mampfes / hacs_dwd_pollenflug

Adds pollen forecasts from DWD to Home Assistant.
MIT License
70 stars 5 forks source link

Warning in HA 2023.2.0: async_setup_platforms instead of awaiting async_forward_entry_setups #12

Closed GerdRuetten closed 1 year ago

GerdRuetten commented 1 year ago

After update on HA 2023.2.0 i get 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 dwd_pollenflug using this method at custom_components/dwd_pollenflug/init.py, line 36: hass.config_entries.async_setup_platforms(entry, PLATFORMS)

mampfes commented 1 year ago

duplicate of #11