slashback100 / presence_simulation

Home Assistant Presence Simulation
686 stars 26 forks source link

hass.config_entries.async_forward_entry_setup is deprecated #137

Closed candrea77 closed 4 months ago

candrea77 commented 4 months ago

Calling hass.config_entries.async_forward_entry_setup is deprecated and will be removed in Home Assistant 2025.6. Instead, await hass.config_entries.async_forward_entry_setups as it can load multiple platforms at once and is more efficient since it does not require a separate import executor job for each platform.

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

gogades commented 3 months ago

I see this is fixed in 4.10 (as per the manifest.json) but HACS is only showing me version 4.9

image

Is there something I should be doing to pickup the update?

slashback100 commented 3 months ago

Nothing wrong, 4.10 is not released yet

gogades commented 3 months ago

Ok thanks.

On Wed, Aug 28, 2024 at 4:14 AM slashback100 @.***> wrote:

Nothing wrong, 4.10 is not released yet

— Reply to this email directly, view it on GitHub https://github.com/slashback100/presence_simulation/issues/137#issuecomment-2314636220, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABI3Q4QKRGR576OA5FLLYETZTWBHLAVCNFSM6AAAAABK3PRBH6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJUGYZTMMRSGA . You are receiving this because you commented.Message ID: @.***>

slashback100 commented 3 months ago

V4.10 released :-)