Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

coalesce_feature not documented in websocket api #32092

Open
maxandersen opened this issue Mar 30, 2024 · 1 comment · May be fixed by home-assistant/developers.home-assistant#2128
Open

coalesce_feature not documented in websocket api #32092

maxandersen opened this issue Mar 30, 2024 · 1 comment · May be fixed by home-assistant/developers.home-assistant#2128

Comments

@maxandersen
Copy link
Contributor

maxandersen commented Mar 30, 2024

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:

 {   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.

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.

@maxandersen
Copy link
Contributor Author

maxandersen commented Mar 30, 2024

just realized this should be opened in https://github.com/home-assistant/developers.home-assistant - can someone move it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant