-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Add dev blog about deprecating @bind_hass
and hass.components
#2093
Add dev blog about deprecating @bind_hass
and hass.components
#2093
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See above.
Please take a look at the requested changes, and use the Ready for review button when you are done, thanks 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Co-authored-by: Martin Hjelmare <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Still getting these warnings in the HA logs and on latest version how do I fix this?????? Logger: homeassistant.helpers.frame Detected that custom integration 'hacs' accesses hass.components.frontend. This is deprecated and will stop working in Home Assistant 2024.9, it should be updated to import functions used from frontend directly at custom_components/hacs/frontend.py, line 68: hass.components.frontend.async_register_built_in_panel(, please create a bug report at https://github.com/hacs/integration/issues |
A closed PR shouldn’t be used for support. Please check the issue at the HACS repository hacs/integration#3534 |
It's locked for comments - this is the only one I see where I can add to what is known as an existing issue. Seems it's known but not fixed or no one is telling us what needs to be done to fix it. That's why I am commenting here jpbede. Sorry. |
There ist nothin you need to do but to be patient and wait for a release of HACS, they know about this and there is also already a PR for this, which you commented on. Also there are 4 releases until this would be a breaking change, so enough of time 🤷♂️ |
Proposed change
Add a dev blog about deprecating the
@bind_hass
decorator and the use ofhass.components
.Also fix some code examples that use
hass.components
.Logging PR in core: home-assistant/core#111508
Related home-assistant/core#111522 home-assistant/core#111494
Type of change
Additional information