sebr / bhyve-home-assistant

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

Will not be compatible with 2023.3 #172

Closed dcmeglio closed 1 year ago

dcmeglio commented 1 year ago

Describe the bug

The following message appears in the logs: 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)

Expected behaviour

Update code to use async_forward_entry_setups (very easy change)

BHyve devices

Device Diagnostics

sebr commented 1 year ago

This was fixed and released in 3.1.2

dcmeglio commented 1 year ago

Hmm odd, HACS was saying 3.1.1 was latest until I forced it to update the repo information. Can confirm this fixes it.