Implement websocket message coalescing (#77238)
Co-authored-by: Paulus Schoutsen <paulus@home-assistant.io>
This commit is contained in:
parent
2161b6f049
commit
f6a03625ba
6 changed files with 361 additions and 22 deletions
|
@ -55,3 +55,5 @@ COMPRESSED_STATE_ATTRIBUTES = "a"
|
|||
COMPRESSED_STATE_CONTEXT = "c"
|
||||
COMPRESSED_STATE_LAST_CHANGED = "lc"
|
||||
COMPRESSED_STATE_LAST_UPDATED = "lu"
|
||||
|
||||
FEATURE_COALESCE_MESSAGES = "coalesce_messages"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue