mirror of
https://github.com/home-assistant/core.git
synced 2026-07-14 01:54:11 +01:00
7cb8a8bbc9
* 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