Version of the custom_component
v 0.1.4
Describe the bug
After upgrading HA to 2021.12.0, a log entry states: “Detected integration that called async_timeout.timeout with loop keyword argument. …”
Log
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 weatheralerts using this method at custom_components/weatheralerts/sensor.py, line 88: async with async_timeout.timeout(20, loop=hass.loop):
Version of the custom_component
v 0.1.4
Describe the bug
After upgrading HA to 2021.12.0, a log entry states: “Detected integration that called async_timeout.timeout with loop keyword argument. …”
Log
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 weatheralerts using this method at custom_components/weatheralerts/sensor.py, line 88: async with async_timeout.timeout(20, loop=hass.loop):