core/homeassistant/components/websocket_api
Erik Montnemery 0105332476
Add WS command integration/wait (#142040)
* Add WS command integration/wait

* Add test

* Update homeassistant/components/websocket_api/commands.py

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

* Use helper setup.async_wait_component

* Add onboarding view

* Revert "Add onboarding view"

This reverts commit df3a1a0580.

---------

Co-authored-by: Martin Hjelmare <marhje52@gmail.com>
2025-04-11 16:09:15 +02:00
..
__init__.py
auth.py Bump ruff to 0.3.4 (#112690) 2024-03-26 00:02:16 +01:00
commands.py Add WS command integration/wait (#142040) 2025-04-11 16:09:15 +02:00
connection.py Enable RUF023 (#135830) 2025-01-17 12:28:27 +01:00
const.py Increase websocket_api allowed peak time to 10s (#141680) 2025-03-28 20:32:00 +01:00
decorators.py
error.py
http.py
manifest.json
messages.py Improve performance of websocket_api _state_diff_event (#141696) 2025-03-28 19:58:12 -04:00
sensor.py
services.yaml
strings.json
util.py