cyberjunky / home-assistant-toon_climate

This component provides a climate device for rooted Toon thermostats.
MIT License
32 stars 8 forks source link

I/O error since hassio 109 #6

Closed gerthass closed 4 years ago

gerthass commented 4 years ago

Since the hassio 109 update I get the following error in my log;

Log Details (WARNING)
Logger: homeassistant.util.async_
Source: util/async_.py:120
First occurred: 5:16:59 PM (2000 occurrences)
Last logged: 11:23:14 PM

Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for toon_smartmeter doing I/O at custom_components/toon_smartmeter/sensor.py, line 126: self._data =requests.get(self._build_url(), timeout=10).json()

Is it nessesary to fix?

gerthass commented 4 years ago

Wrong custom component, sorry