hass-core/tests/components/unifi
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
..
__init__.py Rename various usages of UniFi to better identify only UniFi Network (#59568) 2021-11-26 22:44:49 +01:00
conftest.py Adjust config-flow type hints in unifi (#72411) 2022-05-24 21:42:11 +02:00
test_config_flow.py Adjust config-flow type hints in unifi (#72411) 2022-05-24 21:42:11 +02:00
test_controller.py Switch dispatcher to use async_run_hass_job (#74514) 2022-07-07 10:39:05 -05:00
test_device_tracker.py Fix UniFi device tracker on controllers only reporting events (#72240) 2022-05-24 16:06:30 +02:00
test_diagnostics.py Create Update entities for Ubiquiti network devices (#71700) 2022-05-13 09:17:41 +02:00
test_init.py Clean up accessing device_registry helpers via hass (#72031) 2022-05-17 12:22:15 -07:00
test_sensor.py Make UniFi bandwidth sensors be about current transfer rather than total transfer (#64701) 2022-01-24 13:50:54 +01:00
test_services.py Clean up accessing device_registry helpers via hass (#72031) 2022-05-17 12:22:15 -07:00
test_switch.py Add outlets to UniFi switch platform (#64859) 2022-01-25 07:49:02 +01:00
test_update.py Create Update entities for Ubiquiti network devices (#71700) 2022-05-13 09:17:41 +02:00