Cereal2nd / velbus-aio

Velbus Asyncio
Apache License 2.0
14 stars 10 forks source link

Blocking 'open()' call inside event loop at handler.py #106

Closed brefra closed 5 days ago

brefra commented 1 month ago

Warning message when running HomeAssistant 2024.6.0b4

2024-06-02 15:28:50.509 WARNING (MainThread) [homeassistant.util.loop] Detected blocking call to open inside the event loop by integration 'velbus' at homeassistant/components/velbus/__init__.py, line 74: controller = Velbus( (offender: /usr/local/lib/python3.12/site-packages/velbusaio/handler.py, line 40: with open(), please create a bug report at https://github.com/home-assistant/core/issues?q=is%3Aopen+is%3Aissue+label%3A%22integration%3A+velbus%22