mvdwetering / ynca

Python library to communicate with Yamaha AV Receivers that support the YNCA protocol
MIT License
12 stars 5 forks source link

Detected blocking call inside the event loop #2

Closed mvdwetering closed 2 years ago

mvdwetering commented 2 years ago

Following error appears in the HA logs. Probably when the integration is being Disabled


Logger: homeassistant.util.async Source: util/async.py:144 First occurred: 26 February 2022, 15:07:46 (7 occurrences) Last logged: 2 March 2022, 12:42:06

Detected blocking call inside the event loop. This is causing stability issues. Please report issue to the custom component author for yamaha_ynca doing blocking calls at custom_components/yamaha_ynca/init.py, line 52: hass.data[DOMAIN][entry.entry_id]._connection.disconnect()

mvdwetering commented 2 years ago

Wrong repo, should be in the HA custom_component.