hass-core/tests/components/websocket_api
J. Nick Koston 69cace1d41 Ensure websocket event serializer cache is effective if subscription iden differs (#42226)
Since someone websocket subscriptions will use an iden of 2 for
state_changed event (most comment), and some will use another
number for all events, the cache would not be used because the
iden number was different.  We now cache only the event and
use a fast replace to insert the iden number into the serailized
response.
2020-10-22 23:33:20 +00:00
..
__init__.py
conftest.py
test_auth.py
test_commands.py Implement time tracking in templates (#41147) 2020-10-19 11:02:43 +02:00
test_connection.py
test_http.py
test_init.py
test_messages.py Ensure websocket event serializer cache is effective if subscription iden differs (#42226) 2020-10-22 23:33:20 +00:00
test_sensor.py