Skip to content
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

Fix deprecated hass.helpers #1434

Closed
Danieldiazi opened this issue Jun 19, 2024 · 1 comment
Closed

Fix deprecated hass.helpers #1434

Danieldiazi opened this issue Jun 19, 2024 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@Danieldiazi
Copy link

Hi:
I've this error:

Registrer: homeassistant.helpers.frame
source: helpers/frame.py:184

Detected that custom integration 'sonoff' accesses hass.helpers.system_info. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from system_info directly at custom_components/sonoff/system_health.py, line 61: info = await hass.helpers.system_info.async_get_system_info(), please create a bug report at https://github.com/AlexxIT/SonoffLAN/issues

Following the message, I've created a bug report at https://github.com/AlexxIT/SonoffLAN/issues

Thanks for your support.

@AlexxIT AlexxIT added the bug Something isn't working label Sep 1, 2024
@AlexxIT AlexxIT self-assigned this Sep 1, 2024
@AlexxIT AlexxIT changed the title Error on logs with: hass.helpers.system_info. "This is deprecated and will stop working in Home Assistant 2024.11" Fix deprecated hass.helpers Sep 7, 2024
AlexxIT added a commit that referenced this issue Sep 7, 2024
@AlexxIT AlexxIT added this to the v3.8.0 milestone Sep 7, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented Sep 8, 2024

@AlexxIT AlexxIT closed this as completed Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants