sftgunner / edinplus-integration

eDIN+ Home Assistant Integration
6 stars 0 forks source link

Depreciation of async_setup_platforms #3

Closed sftgunner closed 1 year ago

sftgunner commented 1 year ago

HomeAssistant 2023.2 reports: 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 edinplus using this method at custom_components/edinplus/__init__.py, line 26: hass.config_entries.async_setup_platforms(entry, PLATFORMS)

sftgunner commented 1 year ago

Fixed in 9e357d5400d948f483be2e162fb82006c362d7cd in development branch. Will close issue when merged into main.