Hello,
Does anybody know how to resolve this warning?
Logger: homeassistant.helpers.frame
Source: helpers/frame.py:184
First occurred: August 23, 2024 at 7:12:42 PM (1 occurrences)
Last logged: August 23, 2024 at 7:12:42 PM
Detected that custom integration 'adaptive_lighting' accesses hass.helpers.entity_component. This is deprecated and will stop working in Home Assistant 2024.11, it should be updated to import functions used from entity_component directly at custom_components/adaptive_lighting/switch.py, line 2492: await self.hass.helpers.entity_component.async_update_entity(light), please create a bug report at https://github.com/basnijholt/adaptive-lighting/issues
The issue is already filed, but there hasn’t been much activity on the repo, so I’m looking for ways to get rid of the warning. I couldn’t seem to find any other repos on Github that had this issue so I can’t find what the code needs to be changed to, in order to work.
If the change is too complicated, are there any docs available for this?
Edit: found this: Deprecate hass.helpers usage | Home Assistant Developer Docs
Edit2: Seems like I got it worked out: Fix #1017 by rwjack · Pull Request #1038 · basnijholt/adaptive-lighting · GitHub