mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
We added a warning when this happens last April and gave developers a year to fix the instability. We now prevent the instability by raising RuntimeError when code attempts to do known I/O in the event loop instead of the executor. We now provide a suggestion on how to fix the code that is causing the issue.