Remove group_type from group preview events (#98952)
This commit is contained in:
@@ -343,8 +343,7 @@ def ws_start_preview(
|
||||
"""Forward config entry state events to websocket."""
|
||||
connection.send_message(
|
||||
websocket_api.event_message(
|
||||
msg["id"],
|
||||
{"attributes": attributes, "group_type": group_type, "state": state},
|
||||
msg["id"], {"attributes": attributes, "state": state}
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user