home-assistant-core/homeassistant
J. Nick Koston 4bc28489c5
Improve performance of waiting for after dependencies and device config entries (#110902)
To wait for after dependencies we created a task to wait an asyncio.Event object,
instead of using an Event we can use an asyncio.Future instead and avoid the need
for a task wrapper
2024-02-19 10:28:50 +01:00
..
auth
backports
brands
components Fix steamist not setting unique id when discovered in user flow (#110915) 2024-02-19 09:58:32 +01:00
generated Fix Motionblinds brand name consistency (#110222) 2024-02-19 00:04:57 +01:00
helpers Reduce one iteration of pending flows in the discovery flow helper (#110918) 2024-02-19 09:57:39 +01:00
scripts
util
__init__.py
__main__.py
block_async_io.py
bootstrap.py Fix sending multiple empty integration timing in bootstrap (#110872) 2024-02-18 19:53:05 +01:00
config.py
config_entries.py Improve performance of waiting for after dependencies and device config entries (#110902) 2024-02-19 10:28:50 +01:00
const.py
core.py Use covariant for fire event data type (#110843) 2024-02-18 13:21:55 +01:00
data_entry_flow.py
exceptions.py
loader.py Speed up bootstrap by preloading manifests for base platforms (#110130) 2024-02-16 09:35:46 -06:00
package_constraints.txt Bump cryptography to 42.0.3 (#110728) 2024-02-16 20:37:40 +01:00
requirements.py Improve performance of async_get_integration_with_requirements (#110770) 2024-02-17 19:26:41 +01:00
runner.py
setup.py Improve performance of waiting for after dependencies and device config entries (#110902) 2024-02-19 10:28:50 +01:00
strings.json