dlarrick / hass-kumo

Home Assistant module interfacing with Mitsubishi mini-split units
MIT License
97 stars 21 forks source link

upgrade to homeassistant 109 #16

Closed omriasta closed 4 years ago

omriasta commented 4 years ago

The following error shows up after upgrade to homeassistant 109: Detected I/O inside the event loop. This is causing stability issues. Please report issue to the custom component author for kumo doing I/O at custom_components/kumo/climate.py, line 116: self._pykumo = pykumo.PyKumo(name, address, config_js, timeouts=timeouts)

dlarrick commented 4 years ago

I won't get a chance to look at this until the weekend. It should only appear at startup, and isn't hurting anything (until HA turns it into an error, of course). But it should get fixed.

omriasta commented 4 years ago

Thanks for quick response! As always if you need testing let me know.

dlarrick commented 4 years ago

Released; you should see the update in HACS @omriasta

omriasta commented 4 years ago

Got it, works great, Thanks!