custom-components / grocy

Custom Grocy integration for Home Assistant
Apache License 2.0
156 stars 47 forks source link

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

Closed CumpsD closed 1 year ago

CumpsD commented 1 year ago

Upon upgrading to 2023.2 this warning appears:

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:77
First occurred: 19:51:14 (1 occurrences)
Last logged: 19:51:14

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