Closed candrea77 closed 4 months ago
I see this is fixed in 4.10 (as per the manifest.json) but HACS is only showing me version 4.9
Is there something I should be doing to pickup the update?
Nothing wrong, 4.10 is not released yet
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: @.***>
V4.10 released :-)
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/