dmamontov / hass-ledfx

LedFx for Home Assistant
https://community.home-assistant.io/t/ledfx-deep-integration-component/366750
Apache License 2.0
44 stars 6 forks source link

Deprecated 'async_setup_platforms' #19

Closed ocean75 closed 1 year ago

ocean75 commented 1 year ago

Good day,

Receiving the following warning message in the HA logs. Anyone know how to update the integration? Thanks

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 ledfx using this method at custom_components/ledfx/__init__.py, line 81: hass.config_entries.async_setup_platforms(entry, PLATFORMS)
tungmeister commented 1 year ago

@dmamontov can you have a look at this - looks like the integration will break in a few days when 2023.3 is released.

dmamontov commented 1 year ago

@ocean75, @tungmeister fixed in version https://github.com/dmamontov/hass-ledfx/releases/tag/v3.0.0

thanks