Skip to content

3.3.0

Choose a tag to compare

@release-drafter release-drafter released this 06 Mar 03:37
· 526 commits to master since this release

What's Changed

This release adds support for websocket subscriptions via PR #85 via the new function connection.subscribeMessage. This function is the generalized version of the logic that powers connection.subscribeEvents.

See home-assistant/core#21696 for an example on how to implement a websocket subscription endpoint.