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
commands.py
connection.py
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 Avoid checking if debug logging is enabled on every WebSocket message (#142258) 2025-04-04 22:28:55 +02:00
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