Sholofly / lghorizon

Custom integration to control LG Horizon settop boxes for Ziggo(NL), Magenta(AT), UPC(CH), Virgin(GB, IE), Telenet(BE)
GNU General Public License v3.0
62 stars 15 forks source link

async_setup_platforms instead of awaiting async_forward_entry_setups; this will fail in version 2023.3. #43

Closed canedje closed 1 year ago

canedje commented 1 year ago

Describe the bug I do get a warning from HA that something will be depreciated in version 2023.3


Logger: homeassistant.helpers.frame
Source: helpers/frame.py:77
First occurred: 07:25:40 (1 occurrences)
Last logged: 07:25:40

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

Same here. Running HA 2023.2 in Docker on Synology NAS

Logger: homeassistant.helpers.frame Source: helpers/frame.py:77 First occurred: 16:54:05 (1 occurrences) Last logged: 16:54:05 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 lghorizon using this method at custom_components/lghorizon/init.py, line 56: hass.config_entries.async_setup_platforms(entry, PLATFORMS)

dynasticorpheus commented 1 year ago

41 Should fix this

Sholofly commented 1 year ago

Resolved by #41