core/tests/components/websocket_api
Martin Hjelmare f295d72cd9
Fix error stack trace for HomeAssistantError in websocket service call (#145699)
* Add test

* Fix error stack trace for HomeAssistantError in websocket service call
2025-05-27 12:54:57 +02:00
..
__init__.py
conftest.py Add ClientSessionGenerator type hints in tests (#118377) 2024-05-29 14:49:14 +02:00
test_auth.py Log the error when the WebSocket receives a error message (#136492) 2025-01-27 15:38:18 -05:00
test_commands.py Fix error stack trace for HomeAssistantError in websocket service call (#145699) 2025-05-27 12:54:57 +02:00
test_connection.py
test_decorators.py
test_http.py Add contextmanager to reset logger after set_level call in tests (#143295) 2025-04-20 02:13:01 +02:00
test_init.py Bump aiohttp to 3.9.4 (#110730) 2024-04-11 11:58:56 -10:00
test_messages.py
test_sensor.py