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.