Files
core/homeassistant/helpers
J. Nick Koston 3a06659120 Speed up single entity/response service calls (#96729)
* Significantly speed up single entity/response service calls

Since the majority of service calls are single entity, we can
avoid creating tasks in this case. Since the multi-entity
service calls always check the result and raise, we can switch
the asyncio.wait to asyncio.gather

* Significantly speed up single entity/response service calls

Since the majority of service calls are single entity, we can
avoid creating tasks in this case. Since the multi-entity
service calls always check the result and raise, we can switch
the asyncio.wait to asyncio.gather

* revert

* cannot be inside pytest.raises

* one more

* Update homeassistant/helpers/service.py
2023-07-17 09:33:13 +02:00
..
2023-02-15 12:39:12 +01:00
2023-02-15 12:39:12 +01:00
2021-04-09 09:58:27 -07:00
2023-02-02 18:35:24 +01:00
2023-06-21 16:12:51 +02:00
2022-10-05 12:24:51 +02:00
2023-03-14 16:27:29 -10:00
2023-07-05 08:44:00 +02:00