kvisle / oslo_waste

Home Assistant platform for garbage pickup schedule in Oslo
7 stars 2 forks source link

The loop keyword argument is deprecated and calls will fail after Home Assistant 2022.2 #7

Closed bwentzel closed 2 years ago

bwentzel commented 2 years ago

WARNING (MainThread) [homeassistant.helpers.frame] 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 oslo_waste using this method at custom_components/oslo_waste/sensor.py, line 52: with async_timeout.timeout(10, loop=self.hass.loop):