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

Home Assistant warning due to deprecated loop keyword argument #4

Closed
ThoStaKa opened this issue Jan 12, 2022 · 3 comments
Closed

Home Assistant warning due to deprecated loop keyword argument #4

ThoStaKa opened this issue Jan 12, 2022 · 3 comments

Comments

@ThoStaKa
Copy link

Warning attached here:
"Detected integration that called async_timeout.timeout with loop keyword argument. The loop keyword argument is deprecated and calls will fail after Home Assistant 2022.2. Please report issue to the custom component author for norwegiantide using this method at custom_components/norwegiantide/api.py, line 173: async with async_timeout.timeout(TIMEOUT, loop=asyncio.get_event_loop()):"

@tmjo
Copy link
Owner

tmjo commented Jan 12, 2022

Thank you, I will check and fix this. It is strange, because I don't see it myself. Are you on the current version of HA 2021.12?

@ThoStaKa
Copy link
Author

Yes latest version: core-2021.12.9

@tmjo
Copy link
Owner

tmjo commented Jan 16, 2022

Should be fixed now in latest release. Thanks for reporting, I had accidentally turned off logger warning level on my production unit so I didn't see it.

@tmjo tmjo closed this as completed Feb 4, 2022
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