You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while playing with websocket api I noticed in issues like zachowj/node-red-contrib-home-assistant-websocket#809 and in the implementation of netdaemon that there is a coalesce_feature that if i understand it right requires clients to respond on "auth" to send something like:
{ type: "supported_features",
id: 1, // Always the first message after auth
features: { coalesce_messages: 1 },
}
Feedback
while playing with websocket api I noticed in issues like zachowj/node-red-contrib-home-assistant-websocket#809 and in the implementation of netdaemon that there is a coalesce_feature that if i understand it right requires clients to respond on "auth" to send something like:
this is not mentioned on https://developers.home-assistant.io/docs/api/websocket/ nor in any other docs I can find.
URL
https://developers.home-assistant.io/docs/api/websocket/
Version
No response
Additional information
I'll make a PR with what I understand it does but I'm by no means the authoritive author of this.
The text was updated successfully, but these errors were encountered: