imou_life
imou_life copied to clipboard
Logger warnings for deprecated code entries
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.
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
Hi thanks, this has been fixed in version 1.0.16 just released