1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-29 19:57:40 +01:00
Files
core/tests/components
J. Nick Koston 1dd9e705f2 Switch dispatcher to use async_run_hass_job (#74514)
* Switch dispatcher to use async_run_hass_job

- Since we already wrap all the callbacks in catch_log_exception
  we can use async_run_hass_job here

- The overhead of wrapping the call in a call_soon, queuing it
  and running it later usually exceeds the overhead of running
  the job itself

* fix size change during iteration

* fix out of order send

* fix missing mocking in unifi test

* Fix Legrand Home+ Control updating entities before the coordinator update had finished

* stray debug
2022-07-07 10:39:05 -05:00
..
2022-06-14 20:30:59 -10:00
2022-06-08 00:10:53 +08:00
2022-06-23 23:33:03 +02:00
2022-05-16 21:04:59 -07:00
2022-05-14 06:16:22 -05:00
2022-06-22 10:04:11 +02:00
2022-06-23 10:48:30 +02:00
2022-06-23 10:48:30 +02:00
2022-06-30 21:11:45 +02:00
2022-05-31 15:22:31 +02:00
2022-06-07 06:56:11 -10:00
2022-05-19 13:06:56 +02:00
2022-06-30 19:45:11 +02:00
2022-06-30 14:48:50 -07:00
2022-06-02 13:58:04 +02:00
2022-06-05 15:31:09 -10:00
2022-06-23 10:48:30 +02:00
2022-06-22 20:17:28 +02:00
2022-06-02 17:21:22 +02:00