hass-core/homeassistant/components/websocket_api
J. Nick Koston ec3475910f
Improve websocket throughput of state changes ()
After the start event we tend to get an event storm of state
changes which can get the websocket behind.  will
help with that a bit, but we can reduce the overhead
to build a state diff when the attributes have not
changed
2023-01-28 22:05:06 -05:00
..
__init__.py Only build compressed states once () 2023-01-09 12:07:32 -10:00
auth.py
commands.py Enable Ruff SIM105 () 2023-01-26 21:06:22 -05:00
connection.py Improve error logging of WebSocket API () 2022-11-01 14:11:50 -04:00
const.py Only build compressed states once () 2023-01-09 12:07:32 -10:00
decorators.py
error.py
http.py Drop Python 3.9 support () 2023-01-22 20:40:33 +01:00
manifest.json Fire events when long term statistics is updated () 2022-11-24 22:01:36 +01:00
messages.py Improve websocket throughput of state changes () 2023-01-28 22:05:06 -05:00
permissions.py Fire events when long term statistics is updated () 2022-11-24 22:01:36 +01:00
sensor.py
services.yaml