-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Depricated code call #134
Comments
Logger: homeassistant.helpers.frame Detected code that calls async_forward_entry_setup for integration battery_sim with title: battery_sim: Tesla Powerwall and entry_id: 27ee81e28d1d6a9c15df83ed71e233dc, 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. Logger: homeassistant.helpers.frame Detected that custom integration 'battery_sim' calls async_forward_entry_setup for integration, battery_sim with title: battery_sim: Tesla Powerwall and entry_id: 27ee81e28d1d6a9c15df83ed71e233dc, which is deprecated and will stop working in Home Assistant 2025.6, await async_forward_entry_setups instead at custom_components/battery_sim/init.py, line 137: hass.async_create_task(, please create a bug report at https://github.com/hif2k1/battery_sim/issues |
Another one: |
I'll try and up date it in time.
…On Sun, 29 Sept 2024 at 21:42, eekhoorn ***@***.***> wrote:
Another one:
Detected code that calls async_forward_entry_setup for integration
battery_sim with title: battery_sim: Enphase 5P (3rd Gen) and entry_id:
01J8YNB2X4W3C996M34FPQ8KP7, 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.
—
Reply to this email directly, view it on GitHub
<#134 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFAIZGN4AF435ZJURLKORILZZBQ3PAVCNFSM6AAAAABNCJM6B6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBRGU4TKNZXGY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hi, Battery Sim is throwing the following warning about a deprication:
The text was updated successfully, but these errors were encountered: