lkempf/casambi-bt-hass

HA 2023.2.0b0 async_setup_platforms instead of async_forward_entry_setups

tjorim opened this issue · 1 comments

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:77
First occurred: 11:16:53 PM (3 occurrences)
Last logged: 11:18:03 PM

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

Thanks for catching that.