hass-core/homeassistant/components/websocket_api
J. Nick Koston c615b52840
Refactor integration startup time to show wall clock time (#113707)
* Refactor setup time tracking to exclude time waiting on other operations

We now exclude the import time and th time waiting on
base platforms to setup from the setup times

* tweak

* tweak

* tweak

* tweak

* adjust

* fixes

* fixes

* preen

* preen

* tweak

* tweak

* adjust

* tweak

* reduce

* do not count integrtion platforms against their parent integration

* handle legacy tts platforms

* stt as well

* one more wait

* use the same pattern in all the legacy

* fix tts and stt legacy

* fix

* fix

* reduce

* preen

* entity comp does not wait for platforms

* scene blocks as well

* fix test

* test fixes

* coverage

* coverage

* coverage

* fix test

* Update tests/test_setup.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Update tests/test_setup.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* Update homeassistant/setup.py

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>

* strip

* strip WAIT_PLATFORM_INTEGRATION

* strip WAIT_PLATFORM_INTEGRATION

* strip WAIT_PLATFORM_INTEGRATION

* strip WAIT_PLATFORM_INTEGRATION

* remove complexity

* Apply suggestions from code review

* no longer works that way

* fixes

* fixes

* fixes

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2024-03-18 21:45:34 -04:00
..
__init__.py Add empty line after module docstring [w-z] (#112706) 2024-03-08 10:35:45 -05:00
auth.py Add empty line after module docstring [w-z] (#112706) 2024-03-08 10:35:45 -05:00
commands.py Refactor integration startup time to show wall clock time (#113707) 2024-03-18 21:45:34 -04:00
connection.py Add empty line after module docstring [w-z] (#112706) 2024-03-08 10:35:45 -05:00
const.py Clean up unneeded ruff noqa directives (#113616) 2024-03-16 09:48:37 -10:00
decorators.py Enable Ruff RSE (#113695) 2024-03-18 00:40:38 +01:00
error.py Add empty line after module docstring [w-z] (#112706) 2024-03-08 10:35:45 -05:00
http.py Run websocket shutdown listener with run_immediately (#113727) 2024-03-18 11:59:44 -10:00
manifest.json
messages.py Add Event typing to websocket_api for entity subscriptions (#112786) 2024-03-08 22:29:46 -05:00
sensor.py Add empty line after module docstring [w-z] (#112706) 2024-03-08 10:35:45 -05:00
services.yaml
strings.json
util.py