itchannel / tdarr_ha

Tdarr Home Assistant Integration
15 stars 1 forks source link

async_forward_entry_setup depreciated #31

Open flybrys opened 1 week ago

flybrys commented 1 week ago

Per the home assistant log, creating an issue to address this:

Detected that custom integration 'tdarr' calls async_forward_entry_setup for integration, tdarr with title: Tdarr Server (172.16.10.253) and entry_id: acb48c85a083787cab0c78f223e00422, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/tdarr/init.py, line 73: hass.async_create_task(, please create a bug report at https://github.com/itchannel/tdarr_ha/issues

Reference: https://developers.home-assistant.io/blog/2024/06/12/async_forward_entry_setups/

itchannel commented 1 week ago

Per the home assistant log, creating an issue to address this:

Detected that custom integration 'tdarr' calls async_forward_entry_setup for integration, tdarr with title: Tdarr Server (172.16.10.253) and entry_id: acb48c85a083787cab0c78f223e00422, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/tdarr/init.py, line 73: hass.async_create_task(, please create a bug report at https://github.com/itchannel/tdarr_ha/issues

Reference: https://developers.home-assistant.io/blog/2024/06/12/async_forward_entry_setups/

Thanks. I've been meaning to update this so will add it to my list for this week.