sebr / bhyve-home-assistant

Orbit BHyve custom component for Home Assistant
MIT License
252 stars 42 forks source link

async_setup_platforms will fail in 2023.3 #169

Closed ndoggac closed 1 year ago

ndoggac commented 1 year ago

Getting this log warning.

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 bhyve using this method at custom_components/bhyve/init.py, line 124: hass.config_entries.async_setup_platforms(entry, PLATFORMS)

Ace0510 commented 1 year ago

I have the same warning. Logger: homeassistant.helpers.frame Source: helpers/frame.py:77 First occurred: 11:24:35 AM (1 occurrences) Last logged: 11:24:35 AM

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 bhyve using this method at custom_components/bhyve/init.py, line 124: hass.config_entries.async_setup_platforms(entry, PLATFORMS)

TeodoroLio commented 1 year ago

Same here - thanks for the great work on this integration!

Logger: homeassistant.helpers.frame Source: helpers/frame.py:77 First occurred: 2:12:00 PM (1 occurrences) Last logged: 2:12:00 PM

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 bhyve using this method at custom_components/bhyve/init.py, line 124: hass.config_entries.async_setup_platforms(entry, PLATFORMS)

rikpal865 commented 1 year ago

Morning, I've the same issue, thanks in advance for this great integration, hoping this specific issue too will be solved soon.

sebr commented 1 year ago

Fixed in 3.1.2. Thanks for the report 😄

ndoggac commented 1 year ago

Thanks for the fix, the lightning fast turnaround on this, and the wonderful integration!