core/homeassistant
J. Nick Koston b50dcef94f
Block detectable I/O in the event loop (#48387)
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.
2021-03-27 08:54:49 +01:00
..
auth Bump python-typing-update to 0.3.2 (#48303) 2021-03-25 21:09:06 +01:00
components Remove HomeAssistantType alias from AdGuard integration (#48377) 2021-03-26 18:52:01 -10:00
generated Add Homepluscontrol integration (#46783) 2021-03-25 14:12:31 +01:00
helpers Fix script default trace (#48390) 2021-03-26 23:56:40 -07:00
scripts Bump colorlog to 4.8.0 (#48218) 2021-03-22 13:10:01 +01:00
util Block detectable I/O in the event loop (#48387) 2021-03-27 08:54:49 +01:00
__init__.py
__main__.py Update typing 01 (#48013) 2021-03-17 17:34:55 +01:00
block_async_io.py
bootstrap.py Update typing 16 (#48087) 2021-03-18 22:58:19 +01:00
config.py Update typing 01 (#48013) 2021-03-17 17:34:55 +01:00
config_entries.py Fix device discovery of OAuth2 config flows (#48326) 2021-03-25 10:35:01 -07:00
const.py Add device classes for CO and CO2 measurements (#47487) 2021-03-07 00:52:43 +01:00
core.py Have pylint warn when user visible log messages do not start with capital letter or end with a period (#48064) 2021-03-19 09:26:36 -05:00
data_entry_flow.py Fix device discovery of OAuth2 config flows (#48326) 2021-03-25 10:35:01 -07:00
exceptions.py Upgrade pyupgrade to v2.11.0 (#48220) 2021-03-22 13:29:39 +01:00
loader.py Use contextlib.suppress where possible (#48189) 2021-03-23 14:36:43 +01:00
package_constraints.txt Listen on the default interface by default for zeroconf (#48302) 2021-03-24 15:04:55 -10:00
requirements.py Update typing 01 (#48013) 2021-03-17 17:34:55 +01:00
runner.py Update typing 01 (#48013) 2021-03-17 17:34:55 +01:00
setup.py Update typing 01 (#48013) 2021-03-17 17:34:55 +01:00
strings.json Add missing oauth2 error abort reason (#48112) 2021-03-19 14:27:26 +01:00