def6c5c21c
* Refactor integration startup time tracking to reduce overhead - Use monotonic time for watching integration startup time as it avoids incorrect values if time moves backwards because of ntp during startup and reduces many time conversions since we want durations in seconds and not local time - Use loop scheduling instead of a task - Moves all the dispatcher logic into the new _WatchPendingSetups * websocket as well * tweaks * simplify logic * preserve logic * preserve logic * lint * adjust |
||
---|---|---|
.. | ||
__init__.py | ||
conftest.py | ||
test_auth.py | ||
test_commands.py | ||
test_connection.py | ||
test_decorators.py | ||
test_http.py | ||
test_init.py | ||
test_messages.py | ||
test_sensor.py |