-
Notifications
You must be signed in to change notification settings - Fork 19
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
Fixed deprecation warnings #51
base: master
Are you sure you want to change the base?
Conversation
I think that the ssl issue only solves it for the pyoverkiz custom compontent https://github.com/iMicknl/python-overkiz-api/pull/1448/files |
Yeah exactly @robinostlund but it also references this as the main problem, and that is still open. I looked through the link you sent and made a PR in Overall this repo seems to have little to none activity nowadays so if you want these changes directly, feel free to use my fork here. I've added some more sensors as well (battery and signal-strengh) and am looking into the ability to control schedules etc as well. |
@dotnetdummy can you enable "issues" on your repo? :), got this:
|
Nice! I've enabled it now @robinostlund. Interesting error you got |
…fig_entries.async_forward_entry_setups`
Hey, sorry for the lack of response, I'm in talks with Ngenic to transfer the project to them as I haven't found any time to work on this as of late. Thanks for the pull requests and the work you all put in to this. |
This fixes all the imports and usage of deprecated fields etc that is mentioned in #47
Also removed the usage of
async_add_job
that was deprecated in HA 2024.4 as described hereNote: The warning
[homeassistant.util.loop] Detected blocking call to load_verify_locations with args (<ssl.SSLContext object at 0x7f9a54f6ba50>,)
seems to be related to an open issue at HA Core