dingusdk / ha-dukaone

HA integration for the Dukaone S6W ventilation heat exchanger
GNU General Public License v3.0
25 stars 10 forks source link

Detected blocking call inside the event loop #3

Closed MikOsle closed 2 years ago

MikOsle commented 2 years ago

Hi,

I'm getting following error

Logger: homeassistant.util.async Source: util/async.py:144 First occurred: 22:35:53 (60 occurrences) Last logged: 22:35:59

Detected blocking call inside the event loop. This is causing stability issues. Please report issue to the custom component author for dukaone doing blocking calls at custom_components/dukaone/sensor.py, line 98: "model": f"Type {self.device.unit_type}", Detected blocking call inside the event loop. This is causing stability issues. Please report issue to the custom component author for dukaone doing blocking calls at custom_components/dukaone/sensor.py, line 99: "sw_version": f"{self.device.firmware_version} {self.device.firmware_date}",

version | core-2022.2.5 host_os | Home Assistant OS 7.4 update_channel | stable supervisor_version | supervisor-2022.01.1 docker_version | 20.10.9

dingusdk commented 2 years ago

The newest version 1.0.6 should fix this.