From b09283e3534db2669878e4494b2977bd5abb9698 Mon Sep 17 00:00:00 2001 From: Michael Carroll Date: Thu, 29 Jan 2026 21:07:29 -0500 Subject: [PATCH] Fix: TypeError when using async_response with a sync function --- custom_components/mass_queue/websocket_commands.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/mass_queue/websocket_commands.py b/custom_components/mass_queue/websocket_commands.py index 4b10dd0..5402b83 100644 --- a/custom_components/mass_queue/websocket_commands.py +++ b/custom_components/mass_queue/websocket_commands.py @@ -25,7 +25,6 @@ vol.Required("entity_id"): str, }, ) -@websocket_api.async_response def api_get_entity_info( hass: HomeAssistant, connection: websocket_api.ActiveConnection,