cyberjunky / home-assistant-toon_climate

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

Detected I/O inside the event loop. #5

Closed Edwintenhaaf closed 4 years ago

Edwintenhaaf commented 4 years ago

As requested by Homeassistant:

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()

cyberjunky commented 4 years ago

This issue was raised in toon_climate repo, but log shows toon_smartmeter code. Can you update to latest version, it was fixed for smartmeter too. If you use HACS, it's simple. Otherwise download from github repo.

Edwintenhaaf commented 4 years ago

I'm sorry, I saw in the readme to use HACS I just did and updated!