mirror of
https://github.com/home-assistant/core.git
synced 2026-04-21 02:05:43 +00:00
* Migrate remaining calls in config modules to async_get_component There were a few cases that were still using get_component that could have done blocking I/O in the event loop, although it was unlikely. The caching check in async_get_component has been moved up to avoid creating the future if the module is already in the cache * fix one more
28 KiB
28 KiB