Files
core/tests/components
J. Nick KostonandGitHub 33ff6b5b6e Avoid creating tasks for checking integrations platforms (#110795)
* Avoid creating tasks for checking integrations platforms

This is a followup to #110743 to avoid creating a task to check
if the integration platform exists. We created tasks because
we needed to await async_get_integrations but since its always
called from EVENT_COMPONENT_LOADED firing, we can use the
async_get_loaded_integration version which does not need
to be awaited. This eliminates one task for every loaded
component

* there is no more race risk

* reduce

* coro or callback

* reduce

* tweak

* race safe

* fix type

* fixes

* use built-in helper to make it smaller

* use built-in helper to make it smaller

* use built-in helper to make it smaller

* add coverage to ensure exceptions are logged

* improve readability a bit

* platforms
2024-02-18 01:07:18 +01:00
..
2024-01-23 14:49:47 +01:00
2024-02-01 13:29:01 +01:00
2024-02-13 13:25:32 +01:00
2024-02-17 21:21:15 +01:00
2024-02-01 13:29:01 +01:00
2023-12-30 10:51:34 +01:00
2024-01-31 14:47:37 +01:00
2024-02-05 08:58:08 +01:00
2023-12-13 14:52:44 +01:00
2024-01-31 18:38:14 +01:00
2024-01-25 12:55:55 +01:00
2024-02-07 15:13:42 -06:00
2024-01-23 22:08:20 -10:00
2024-02-01 13:29:01 +01:00
2023-11-07 14:11:54 +01:00
2024-02-01 13:29:01 +01:00
2023-12-18 00:16:31 +01:00
2023-11-06 23:31:54 +01:00
2023-12-22 13:18:32 +01:00
2024-01-31 10:48:44 +01:00
2024-02-09 14:10:59 +01:00
2023-11-10 07:25:25 -06:00
2024-02-11 12:01:12 +01:00
2024-02-13 21:31:56 +01:00
2024-02-15 15:04:32 +01:00
2024-01-30 23:08:12 +01:00
2024-02-01 13:29:01 +01:00
2023-12-05 07:17:56 -10:00