mirror of
https://github.com/home-assistant/core.git
synced 2026-09-15 02:35:36 -05: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.