cyberjunky / home-assistant-toon_boilerstatus

This component reads and displays the boiler status values from a rooted Toon thermostat.
MIT License
11 stars 4 forks source link

Detected I/O inside the event loop #3

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_boilerstatus doing I/O at custom_components/toon_boilerstatus/sensor.py, line 111: self._data = requests.get(self._build_url(), timeout=10, headers={'accept-encoding': None}).json()

cyberjunky commented 4 years ago

Thanks for reporting, this was fixed in latest version, can you update? Release 1.0.4

Edwintenhaaf commented 4 years ago

I'm sorry. Did not use HACS (new to HA) but I do now. Updated and problem solved. Thx for your effort!

cyberjunky commented 4 years ago

No problem, you get automatic notifications when new versions are released now.