peetereczek / ztm

Home Assistant (hass.io) custom component for Warsaw public transport
MIT License
12 stars 2 forks source link

Deprecated async_timeout.timeout in HA 2022.2 #18

Closed peetereczek closed 2 years ago

peetereczek commented 2 years ago

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 ztm using this method at custom_components/ztm/sensor.py, line 233: with async_timeout.timeout(REQUEST_TIMEOUT, loop=loop):