9b157f974d
* Reduce overhead to refire events - asyncio timers can fire early for a varity of reasons including poor clock resolution and performance. To solve this problem we re-arm async_track_point_in_utc_time and try again later when this happens. - On some platforms this means the async_track_point_in_utc_time can end up trying many times to prevent firing the timer early since as soon as it rearms it fires again and this repeats until we reach the appointed time. While there is not much we can do to prevent asyncio from firing the timer callback early, we can reduce the overhead when this happens by using avoiding creating datetime objects * tweak mocking * -vvv * fix time freeze being too broad in litterrobot * adjust |
||
---|---|---|
.. | ||
__init__.py | ||
common.py | ||
conftest.py | ||
test_button.py | ||
test_config_flow.py | ||
test_init.py | ||
test_select.py | ||
test_sensor.py | ||
test_switch.py | ||
test_vacuum.py |