core/homeassistant
J. Nick Koston 0f69a0647c
Migrate remaining get_platform in config to async_get_platform (#112469)
This was the only remaining case where blocking I/O might have happened
in config. It was unlikely though as async_get_component should have
pre-imported the config platform
2024-03-05 23:47:11 -05:00
..
auth Add TypeVar default for FlowResult (#112345) 2024-03-05 22:52:11 +01:00
backports
brands
components Bump holidays to 0.44 (#112442) 2024-03-05 21:43:58 -05:00
generated
helpers Fix incorrect scope on checking files to load in translations (#112457) 2024-03-05 23:46:24 -05:00
scripts
util Add Beaufort to wind_speed (#105795) 2024-03-05 14:55:59 +01:00
__init__.py
__main__.py
block_async_io.py
bootstrap.py Adjust MAX_LOAD_CONCURRENTLY constant to allow 6 storage loaders (#112468) 2024-03-05 16:31:10 -10:00
config.py Migrate remaining get_platform in config to async_get_platform (#112469) 2024-03-05 23:47:11 -05:00
config_entries.py Add TypeVar default for FlowResult (#112345) 2024-03-05 22:52:11 +01:00
const.py Add Beaufort to wind_speed (#105795) 2024-03-05 14:55:59 +01:00
core.py Add comments why we use loop.create_task in core (#112372) 2024-03-05 07:47:35 -10:00
data_entry_flow.py Add TypeVar default for FlowResult (#112345) 2024-03-05 22:52:11 +01:00
exceptions.py
loader.py Adjust MAX_LOAD_CONCURRENTLY constant to allow 6 storage loaders (#112468) 2024-03-05 16:31:10 -10:00
package_constraints.txt Bump SQLAlchemy to 2.0.28 (#112314) 2024-03-05 12:14:30 -10:00
requirements.py
runner.py
setup.py
strings.json