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

sureha depricated call async_add_job #58

Closed
ChristophCaina opened this issue May 29, 2024 · 3 comments
Closed

sureha depricated call async_add_job #58

ChristophCaina opened this issue May 29, 2024 · 3 comments

Comments

@ChristophCaina
Copy link
Contributor

ChristophCaina commented May 29, 2024

the following warning about deprication is shown with HA 2026.6.0b0

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:184
First occurred: 8:57:30 PM (5 occurrences)
Last logged: 8:59:00 PM

Detected that custom integration 'sureha' calls `async_add_job`, which is deprecated and will be removed in Home Assistant 2025.4; Please review https://developers.home-assistant.io/blog/2024/03/13/deprecate_add_run_job for replacement options at custom_components/sureha/__init__.py, line 182: self.hass.async_add_job(, please create a bug report at https://github.com/benleb/sureha/issues
Detected that custom integration 'sureha' calls `async_add_job`, which is deprecated and will be removed in Home Assistant 2025.4; Please review https://developers.home-assistant.io/blog/2024/03/13/deprecate_add_run_job for replacement options at custom_components/sureha/__init__.py, line 188: self.hass.async_add_job(, please create a bug report at https://github.com/benleb/sureha/issues
Detected that custom integration 'sureha' calls `async_add_job`, which is deprecated and will be removed in Home Assistant 2025.4; Please review https://developers.home-assistant.io/blog/2024/03/13/deprecate_add_run_job for replacement options at custom_components/sureha/__init__.py, line 194: self.hass.async_add_job(, please create a bug report at https://github.com/benleb/sureha/issues
@ChristophCaina ChristophCaina changed the title sureha depricated call async_add_job, hass.components.frontend, etc. sureha depricated call async_add_job May 29, 2024
@pdwonline
Copy link

pdwonline commented Jun 28, 2024

same here. Is this still maintained? (the fix seems to be ready as a PR)
Or do we need to fork this?

@ChristophCaina
Copy link
Contributor Author

same here. Is this still maintained? (the fix seems to be ready as a PR) Or do we need to fork this?

I'm not sure to which PR you are referring, but my last PR - which hasn't been merged for months now, will probably not fix this deprication warning.
In fact, I have fixed some other ones, that came with HA 2024.1.

I will have a look into it to see, if I can fix this issue, too...

@ChristophCaina
Copy link
Contributor Author

ChristophCaina commented Jul 8, 2024

should now be included in PR #59

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants