hass-core/tests/components/websocket_api
Erik Montnemery 8099ea8817
Improve WS command validate_config (#118864)
Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
Co-authored-by: Robert Resch <robert@resch.dev>
2024-06-05 18:53:44 +02:00
..
__init__.py
conftest.py Add ClientSessionGenerator type hints in tests (#118377) 2024-05-29 14:49:14 +02:00
test_auth.py Bump aiohttp to 3.9.4 (#110730) 2024-04-11 11:58:56 -10:00
test_commands.py Improve WS command validate_config (#118864) 2024-06-05 18:53:44 +02:00
test_connection.py
test_decorators.py Skip processing websocket_api schema if it has no arguments (#115618) 2024-04-18 10:41:08 -04:00
test_http.py Improve websocket message coalescing to handle thundering herds better (#118268) 2024-05-28 23:14:06 -04:00
test_init.py Bump aiohttp to 3.9.4 (#110730) 2024-04-11 11:58:56 -10:00
test_messages.py Avoid re-encoding the message id as bytes for every event/state change (#116460) 2024-04-30 12:02:28 -05:00
test_sensor.py