cdpuk / ha-bestway

Home Assistant integration for Bestway / Lay-Z-Spa hot tubs
MIT License
72 stars 19 forks source link

Beta testing 2023.2 async_setup_platforms warning #10

Closed jcallaghan closed 1 year ago

jcallaghan commented 1 year ago

Hi. I'm beta testing 2023.2 and noticed the following warning and thought I would share and raise it here.

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:77

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

Thanks for a great integration btw! 🙌🏼

cdpuk commented 1 year ago

Thanks for the heads up.