1
mirror of https://github.com/home-assistant/core synced 2024-09-28 03:04:04 +02:00
ha-core/homeassistant
J. Nick Koston 4fb127e5af
Avoid creating another ssl context in cert_expiry (#113467)
Creating an ssl context does blocking I/O as it has to
read the certs from disk
2024-03-14 19:58:11 -04:00
..
auth Migrate auth to use async_import_module to avoid blocking I/O in the event loop (#113387) 2024-03-14 10:44:36 +01:00
backports Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
brands
components Avoid creating another ssl context in cert_expiry (#113467) 2024-03-14 19:58:11 -04:00
generated Migrate sun to use single_config_entry (#113370) 2024-03-14 10:45:59 +01:00
helpers Reduce overhead to save the larger registries (#113462) 2024-03-14 19:54:43 -04:00
scripts Add empty line after module docstring (2) [other] (#112738) 2024-03-08 19:16:38 +01:00
util Improve loops and lists (#113269) 2024-03-14 10:22:20 +01:00
__init__.py
__main__.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
block_async_io.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
bootstrap.py Fix group loading too late resulting in incorrect state (#113262) 2024-03-13 19:18:15 -10:00
config_entries.py Avoid pre-importing config_flows if the integration does not support migration (#113369) 2024-03-14 00:13:40 -04:00
config.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
const.py Add floors to service target (#110850) 2024-03-14 19:02:23 +01:00
core.py Deprecate async_run_job and async_add_job (#113260) 2024-03-14 09:06:55 -10:00
data_entry_flow.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
exceptions.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
loader.py Avoid pre-importing config_flows if the integration does not support migration (#113369) 2024-03-14 00:13:40 -04:00
package_constraints.txt Bump aiodhcpwatcher to 0.8.2 (#113466) 2024-03-14 13:09:58 -10:00
requirements.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
runner.py Add empty line after module docstring [helpers + other] (#112707) 2024-03-08 10:36:11 -05:00
setup.py Migrate _async_when_setup to use eager_start (#112872) 2024-03-11 15:02:35 -04:00
strings.json Add "language" to strings.json (#112869) 2024-03-12 21:49:59 +01:00