Smartthings integration and HA 2023.3

Hello,

I get in my log file the next message:

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

Does that mean smartthings integration stops working in 2023.3? If so, is there anything I can do to make it properly working?

I’ve updated to 2023.6.3 from 2023.1.something and my Smartthings integration stopped working, in what it seems to be related to the original message in this post:

Logger: homeassistant.config_entries
Source: custom_components/smartthings/__init__.py:186
Integration: SmartThings
First occurred: 16:10:10 (4 occurrences)
Last logged: 16:27:10

Error setting up entry My home for smartthings
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/config_entries.py", line 387, in async_setup
    result = await component.async_setup_entry(hass, self)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/config/custom_components/smartthings/__init__.py", line 186, in async_setup_entry
    hass.config_entries.async_setup_platforms(entry, PLATFORMS)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'ConfigEntries' object has no attribute 'async_setup_platforms'

Anyone has a fix for this?