freitdav / BDRthermostatHA

BDR (Baxi, De Dietrich, Remeha) thermostat custom component integration for Home Assistant
GNU General Public License v3.0
48 stars 21 forks source link

HASS 2023.3 deprecation warning #37

Closed Marck closed 1 year ago

Marck commented 1 year ago

2023-02-26 21:44:24.804 WARNING (MainThread) [homeassistant.helpers.frame] 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 bdr_thermostat using this method at custom_components/bdr_thermostat/__init__.py, line 62: hass.config_entries.async_setup_platforms(config_entry, PLATFORMS)

This will stop working in HASS 2023.3

schinddo commented 1 year ago

43 This pull request fixes the issue.

Marck commented 1 year ago

Thanks for the heads up. Pulled #43 into my own fork, don't think this project is maintained anymore and think it wont get merged