imou_life icon indicating copy to clipboard operation
imou_life copied to clipboard

Logger warnings for deprecated code entries

Open GGSSDD opened this issue 1 year ago • 1 comments

Hi,

I’ve had this logs for a while now, and decided to bring it to your attention.

Thank you.

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:156
First occurred: 09:19:27 (22 occurrences)
Last logged: 09:20:03

Detected code that calls async_forward_entry_setup for integration, imou_life with title: Cruiser and entry_id: <id>, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead. Please report this issue.
Detected code that calls async_forward_entry_setup for integration, imou_life with title: Versa and entry_id: <id>, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead. Please report this issue.
Detected code that calls async_forward_entry_setup for integration, imou_life with title: Bullet and entry_id: <id>, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead. Please report this issue.
Detected code that calls async_forward_entry_setup for integration imou_life with title: Bullet and entry_id: <id>, during setup without awaiting async_forward_entry_setup, which can cause the setup lock to be released before the setup is done. This will stop working in Home Assistant 2025.1. Please report this issue.

GGSSDD avatar Nov 27 '24 07:11 GGSSDD

Thanks, yes, this is something I need to fix on my side. It is still a warning so does not impact the operations of the integration

user2684 avatar Dec 02 '24 10:12 user2684

Hi thanks, this has been fixed in version 1.0.16 just released

user2684 avatar Jun 06 '25 12:06 user2684