Open maxandersen opened 7 months ago
while playing with websocket api I noticed in issues like https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/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 }, }
this is not mentioned on https://developers.home-assistant.io/docs/api/websocket/ nor in any other docs I can find.
https://developers.home-assistant.io/docs/api/websocket/
No response
I'll make a PR with what I understand it does but I'm by no means the authoritive author of this.
just realized this should be opened in https://github.com/home-assistant/developers.home-assistant - can someone move it?
Feedback
while playing with websocket api I noticed in issues like https://github.com/zachowj/node-red-contrib-home-assistant-websocket/issues/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.