peternijssen / home-assistant-jumbo

:convenience_store: Integrate Jumbo.com in Home Assistant
MIT License
7 stars 4 forks source link

Detected I/O inside the event loop #5

Closed peternijssen closed 4 years ago

peternijssen commented 4 years ago

As of 109.x, HA registers I/O inside event loops and discovered a couple in this component. Should be fixed.

Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for jumbo doing I/O at custom_components/jumbo/sensor.py, line 53: api = JumboApi(username, password)
Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for jumbo doing I/O at custom_components/jumbo/sensor.py, line 82: self.basket = self._api.get_basket()

https://developers.home-assistant.io/docs/asyncio_working_with_async/