BenPru / luxtronik

Luxtronik integration for Home Assistant
MIT License
76 stars 28 forks source link

Warning in Home Assistant Core logfile #92

Closed MichaelS1955 closed 1 year ago

MichaelS1955 commented 1 year ago

Hi,

I get this waring in the logfile:

2023-03-24 17:41:32.237 WARNING (MainThread) [homeassistant.helpers.frame] 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 luxtronik2 using this method at custom_components/luxtronik2/init.py, line 62: hass.config_entries.async_setup_platforms(config_entry, PLATFORMS)

Can you correct this or what can I do?

Regards Michael

BenPru commented 1 year ago

Please try the latest release: 2023.03.24

MichaelS1955 commented 1 year ago

Thank you, no warning after update