custom-components / healthchecksio

Update and display the status of your healthchecks.io checks.
MIT License
52 stars 9 forks source link

loop keyword argument is deprecated #23

Closed drthanwho closed 2 years ago

drthanwho commented 2 years ago

Version of the custom_component

Latest

Configuration


The loop keyword argument is deprecated and calls will fail after Home Assistant 2022.2. Please report issue to the custom component author for healthchecksio using this method at custom_components/healthchecksio/__init__.py, line 104: async with async_timeout.timeout(10, loop=asyncio.get_event_loop()):

Describe the bug

async_timeout.timeout called with loop keyword argument which is deprecated as of 2021.12 and will soon be removed. The logging is also slightly verbose

Debug log


Add your logs here.